Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cormaza committed Nov 19, 2024
1 parent aa3ec7c commit 3d12799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastapi/tests/test_fastapi_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def test_exception_raised(self) -> None:
},
)

@mute_logger("odoo.addons.fastapi.tests.common")
def test_exception_not_raised(self) -> None:
with self._create_test_client(raise_server_exceptions=False) as test_client:
response: Response = test_client.get(
Expand Down

0 comments on commit 3d12799

Please sign in to comment.