Skip to content

Commit a5087e8

Browse files
committed
fix: lint fix
1 parent 4b44774 commit a5087e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

secret-manager/test/secretmanager.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ describe('Secret Manager samples', () => {
288288

289289
it('view a regional secret labels', async () => {
290290
const output = execSync(
291-
`node regional_samples/viewRegionalSecretLabels.js ${projectId} ${locationId} ${secretId}
292-
`);
293-
291+
`node regional_samples/viewRegionalSecretLabels.js ${projectId} ${locationId} ${secretId}`
292+
);
293+
294294
assert.match(output, new RegExp(`${labelKey}`));
295295
});
296296

0 commit comments

Comments
 (0)