Follow-up on 23678: fix socks/wrong_protocol test

This commit is contained in:
Nick Mathewson 2017-10-03 08:17:41 -04:00
parent ad4dcd7d1a
commit f923aeee1b

View File

@ -763,7 +763,7 @@ test_socks_wrong_protocol(void *ptr)
tt_int_op(fetch_from_buf_socks(buf, socks, 1, 0), OP_EQ, -1);
buf_clear(buf);
expect_log_msg_containing("Socks version 71 not recognized. "
"(Tor is not an http proxy.)");
"(This port is not an HTTP proxy;");
mock_clean_saved_logs();
socks_request_clear(socks);