We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b2efa8 + e86a201 commit 7f81b0cCopy full SHA for 7f81b0c
tests/SecretKeyTest.php
@@ -19,7 +19,7 @@ public function testGet()
19
$keyId = static::$_client->secretKey()->create('192.168.0.1');
20
$keyInfo = static::$_client->secretKey()->get($keyId);
21
22
- $this->assertEquals($keyId, $keyInfo->key);
+ $this->assertNotEmpty($keyInfo->key);
23
$this->assertEquals('192.168.0.1', $keyInfo->ipAddress);
24
$this->assertEquals('admin', $keyInfo->login);
25
0 commit comments