Skip to content

Commit

Permalink
Unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Aug 31, 2023
1 parent 19c7fd7 commit dc10abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def test_debug_logging(node_class, httpbin_node_config):
"< HTTP/1.1 200 OK",
"< Access-Control-Allow-Credentials: true",
"< Access-Control-Allow-Origin: *",
"< Connection: keep-alive",
"< Connection: close",
"< Content-Type: application/json",
"< {",
' "args": {}, ',
Expand Down

0 comments on commit dc10abb

Please sign in to comment.