Skip to content

Commit 4b44774

Browse files
committed
fix: fix linting issue
1 parent 222169e commit 4b44774

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

secret-manager/test/secretmanager.test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Secret Manager samples', () => {
6464
},
6565
annotations: {
6666
[annotationKey]: annotationValue,
67-
}
67+
},
6868
},
6969
});
7070

@@ -75,7 +75,7 @@ describe('Secret Manager samples', () => {
7575
labels: {
7676
[labelKey]: labelValue,
7777
},
78-
}
78+
},
7979
});
8080

8181
[version] = await client.addSecretVersion({
@@ -290,6 +290,7 @@ describe('Secret Manager samples', () => {
290290
const output = execSync(
291291
`node regional_samples/viewRegionalSecretLabels.js ${projectId} ${locationId} ${secretId}
292292
`);
293+
293294
assert.match(output, new RegExp(`${labelKey}`));
294295
});
295296

0 commit comments

Comments
 (0)