MDL-61169 iplookup: Change to another block still remaining to SF
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 13 Sep 2018 17:01:09 +0000 (19:01 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 13 Sep 2018 17:01:09 +0000 (19:01 +0200)
iplookup/tests/geoplugin_test.php

index 864d944..79466bc 100644 (file)
@@ -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']);