Skip to content

Commit e86a201

Browse files
author
Vyacheslav Ovchinnikov
committed
New SecretKeys response format support
1 parent 1b2efa8 commit e86a201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/SecretKeyTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testGet()
1919
$keyId = static::$_client->secretKey()->create('192.168.0.1');
2020
$keyInfo = static::$_client->secretKey()->get($keyId);
2121

22-
$this->assertEquals($keyId, $keyInfo->key);
22+
$this->assertNotEmpty($keyInfo->key);
2323
$this->assertEquals('192.168.0.1', $keyInfo->ipAddress);
2424
$this->assertEquals('admin', $keyInfo->login);
2525

0 commit comments

Comments
 (0)