Skip to content

Commit f2b3759

Browse files
author
Frank Natividad
committed
Dont redefine projectId
1 parent 559af70 commit f2b3759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/test/HmacCommandTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class HmacCommandTest extends TestCase
3333
protected $commandTesterCreate;
3434
protected $commandTesterManage;
3535
protected $storage;
36-
protected $projectId;
3736
protected $hmacServiceAccount;
3837
protected $accessId;
3938

@@ -44,7 +43,6 @@ public function setUp()
4443
$this->commandTesterCreate = new CommandTester($application->get('hmac-sa-create'));
4544
$this->commandTesterManage = new CommandTester($application->get('hmac-sa-manage'));
4645
$this->storage = new StorageClient();
47-
$this->projectId = $this->requireEnv("GOOGLE_CLOUD_PROJECT");
4846
$this->hmacServiceAccount = $this->requireEnv('STORAGE_HMAC_KEY_SERVICE_ACCOUNT');
4947
// Delete all HMAC keys.
5048
deleteAllHmacKeys($this->hmacServiceAccount);

0 commit comments

Comments
 (0)