From 8c4e26977c1ddc9d12b0160ca7d0fa87dc3b883f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 13 Sep 2018 19:01:09 +0200 Subject: [PATCH] MDL-61169 iplookup: Change to another block still remaining to SF --- iplookup/tests/geoplugin_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iplookup/tests/geoplugin_test.php b/iplookup/tests/geoplugin_test.php index 864d94486ac..79466bc0122 100644 --- a/iplookup/tests/geoplugin_test.php +++ b/iplookup/tests/geoplugin_test.php @@ -47,7 +47,7 @@ class core_iplookup_geoplugin_testcase extends advanced_testcase { } public function test_ipv4() { - $result = iplookup_find_location('192.30.255.112'); + $result = iplookup_find_location('50.0.184.0'); $this->assertEquals('array', gettype($result)); $this->assertEquals('San Francisco', $result['city']);