Skip to content

Commit

Permalink
Fix test_handle_error_problem_error flaky test (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored Jul 31, 2024
1 parent d7ab9fb commit d131258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/manager/core/test_app_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ def test_handle_error_as_problem_detail_document(
def test_handle_error_problem_error(
self, error_handler_fixture: ErrorHandlerFixture, caplog: LogCaptureFixture
):
caplog.set_level(LogLevel.warning)
handler = error_handler_fixture.handler()
with error_handler_fixture.app.test_request_context("/"):
try:
Expand Down

0 comments on commit d131258

Please sign in to comment.