Skip to content

Commit 80e68b9

Browse files
committed
fix: fixed linting
1 parent f8d305a commit 80e68b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

secret-manager/test/secretmanager.test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ describe('Secret Manager samples', () => {
196196
}
197197
}
198198

199-
200199
try {
201200
await regionalClient.deleteSecret({
202201
name: `${regionalSecret.name}-4`,
@@ -284,10 +283,10 @@ describe('Secret Manager samples', () => {
284283
it('creates a secret with annotations', async () => {
285284
const output = execSync(
286285
`node createSecretWithAnnotations.js projects/${projectId} ${secretId}-6 ${annotationKey} ${annotationValue}`
287-
);
286+
);
288287
assert.match(output, new RegExp('Created secret'));
289288
});
290-
289+
291290
it('creates a regional secret with annotations', async () => {
292291
const output = execSync(
293292
`node regional_samples/createRegionalSecretWithAnnotations.js ${projectId} ${locationId} ${secretId}-6 ${annotationKey} ${annotationValue}`

0 commit comments

Comments
 (0)