diff --git a/iplookup/tests/geoplugin_test.php b/iplookup/tests/geoplugin_test.php index 864d94486ac77..79466bc0122da 100644 --- a/iplookup/tests/geoplugin_test.php +++ b/iplookup/tests/geoplugin_test.php @@ -47,7 +47,7 @@ public function setUp() { } 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']);