We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8237e8 commit 31d9c10Copy full SHA for 31d9c10
secretmanager/test/secretmanagerTest.php
@@ -113,9 +113,9 @@ public function testAccessSecretVersion()
113
$name = self::$client->parseName(self::$testSecretVersion->getName());
114
115
$output = $this->runSnippet('access_secret_version', [
116
- $name['project'],
117
- $name['secret'],
118
- $name['secret_version'],
+ $name['project'],
+ $name['secret'],
+ $name['secret_version'],
119
]);
120
121
$this->assertContains('my super secret data', $output);
0 commit comments