Skip to content

Commit

Permalink
Merge pull request #87 from ova777/master
Browse files Browse the repository at this point in the history
New SecretKeys response format support
  • Loading branch information
rybalov authored Dec 24, 2020
2 parents 1b2efa8 + e86a201 commit 7f81b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SecretKeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function testGet()
$keyId = static::$_client->secretKey()->create('192.168.0.1');
$keyInfo = static::$_client->secretKey()->get($keyId);

$this->assertEquals($keyId, $keyInfo->key);
$this->assertNotEmpty($keyInfo->key);
$this->assertEquals('192.168.0.1', $keyInfo->ipAddress);
$this->assertEquals('admin', $keyInfo->login);

Expand Down

0 comments on commit 7f81b0c

Please sign in to comment.