Skip to content

Commit 2d22ff3

Browse files
authored
Merge pull request #317 from manics/fix-testproxies
Fix test_proxies status code
2 parents ad7ecf2 + d85233c commit 2d22ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_proxies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def test_server_proxy_websocket_subprotocols(event_loop):
298298
("127.0.0.1/path", 404),
299299
("127.0.0.1@192.168.1.1", 404),
300300
("127.0.0.1@192.168.1.1/path", 404),
301-
("user:pass@host:123/foo", 403),
301+
("user:pass@host:123/foo", 404),
302302
("user:pass@host/foo", 404),
303303
("absolute/127.0.0.1:123@192.168.1.1/path", 404),
304304
]

0 commit comments

Comments
 (0)