diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 66c767cf238..ae371745c97 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19805,9 +19805,9 @@ static void test_proxy_header_ignore() static void test_proxy_header() { - test_proxy_header_tcp("127.0.0.2",3333); + test_proxy_header_tcp("192.0.2.1",3333); test_proxy_header_tcp("2001:db8:85a3::8a2e:370:7334",2222); - test_proxy_header_tcp("::ffff:127.0.0.2",2222); + test_proxy_header_tcp("::ffff:192.0.2.1",2222); test_proxy_header_localhost(); test_proxy_header_ignore(); } |