From 568a74e22c5d682c247d7e519e49cc141885c7d6 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Tue, 2 Jun 2020 14:38:16 +0200 Subject: [PATCH] [ticket/16508] Fix WhoIs lookup PHPBB3-16508 --- tests/functions_user/whois_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functions_user/whois_test.php b/tests/functions_user/whois_test.php index eb20722926..964594a57e 100644 --- a/tests/functions_user/whois_test.php +++ b/tests/functions_user/whois_test.php @@ -14,7 +14,7 @@ class phpbb_functions_user_whois_test extends phpbb_test_case public function ips_data() { return [ - ['2001:4860:4860::8888'], // Google public DNS + ['2001:4860:4860:0000:0000:0000:0000:8888'], // Google public DNS ['64.233.161.139'], // google.com ]; }