Skip to content

Commit 9b29ba1

Browse files
authored
fix: update test to reflect standardization
1 parent eff5523 commit 9b29ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

secret-manager/test/secretmanager.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ describe('Secret Manager samples', () => {
316316
assert.match(output, new RegExp(`${regionalSecret.name}`));
317317
});
318318

319-
it('gets a secret', async () => {
320-
const output = execSync(`node getSecret.js ${secret.name}`);
319+
it('gets metadata about a secret', async () => {
320+
const output = execSync(`node getSecret.js ${projectId} ${secretId}`);
321321
assert.match(output, new RegExp(`Found secret ${secret.name}`));
322322
});
323323

0 commit comments

Comments
 (0)