Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Nov 17, 2024
1 parent dbe9c66 commit 3042b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/unit/utils/test_aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_log_timing_trace_config_runtime_exception(session_loop, monkeypatch):

assert _EXPECTED_BASE_CTX & log_event.keys() == _EXPECTED_BASE_CTX
assert log_event["status"] == -1
assert log_event["url"] == "http://httpbin:8080/redirect-to?url=//:@/"
# log_event["url"] turned into "http:///" by the client


def test_log_timing_trace_config_timeout(session_loop):
Expand Down

0 comments on commit 3042b4c

Please # to comment.