We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162828c commit 8f7b6fdCopy full SHA for 8f7b6fd
tests/IPinfoTest.php
@@ -225,10 +225,6 @@ public function testNetworkDetails()
225
$h = new IPinfo($tok);
226
$res = $h->getDetails('AS123');
227
228
- if ($res->error === "Token does not have access to this API") {
229
- $this->markTestSkipped('Token does not have access to this API');
230
- }
231
-
232
$this->assertEquals($res->asn, 'AS123');
233
$this->assertEquals($res->name, 'Air Force Systems Networking');
234
$this->assertEquals($res->country, 'US');
0 commit comments