Skip to content

Commit

Permalink
Merge pull request #317 from manics/fix-testproxies
Browse files Browse the repository at this point in the history
Fix test_proxies status code
  • Loading branch information
manics committed Jan 24, 2022
2 parents ad7ecf2 + d85233c commit 2d22ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_server_proxy_websocket_subprotocols(event_loop):
("127.0.0.1/path", 404),
("127.0.0.1@192.168.1.1", 404),
("127.0.0.1@192.168.1.1/path", 404),
("user:pass@host:123/foo", 403),
("user:pass@host:123/foo", 404),
("user:pass@host/foo", 404),
("absolute/127.0.0.1:123@192.168.1.1/path", 404),
]
Expand Down

0 comments on commit 2d22ff3

Please sign in to comment.