Skip to content

Commit

Permalink
Merge PR #479 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Dec 13, 2024
2 parents f89d54d + 9112290 commit c37a488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastapi/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def _create_test_client(
or self.default_fastapi_authenticated_partner
or self.env["res.partner"]
)
partner = partner.with_env(env)
if partner and authenticated_partner_impl in dependencies:
raise ValueError(
"You cannot provide an override for the authenticated_partner_impl "
Expand Down

0 comments on commit c37a488

Please sign in to comment.