Skip to content

Commit 407be11

Browse files
author
Frank Natividad
committed
Remove options typo
1 parent 8a4dcc2 commit 407be11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/test/HmacCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function tearDown()
5959

6060
private function deleteAllHmacKeys($hmacServiceAccount)
6161
{
62-
$hmacKeys = $this->storage->hmacKeys($options);
62+
$hmacKeys = $this->storage->hmacKeys();
6363
foreach ($hmacKeys as $hmacKey) {
6464
$hmacKey->update('INACTIVE');
6565
$hmacKey->delete();

0 commit comments

Comments
 (0)