Skip to content

Commit d85233c

Browse files
committed
Fix test_proxies status code
1 parent ad7ecf2 commit d85233c

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)