File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 } `
You can’t perform that action at this time.
0 commit comments