Skip to content

Commit 0a0dc72

Browse files
author
ace-n
committed
Lint
1 parent f8c407b commit 0a0dc72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scheduler/test/test.samples.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const LOCATION_ID = process.env.LOCATION_ID || 'us-central1';
2424
const SERVICE_ID = 'my-service';
2525

2626
describe('Cloud Scheduler Sample Tests', () => {
27-
let jobName;
2827
let PROJECT_ID;
2928

3029
before(async () => {
@@ -37,7 +36,5 @@ describe('Cloud Scheduler Sample Tests', () => {
3736
`node createJob.js ${PROJECT_ID} ${LOCATION_ID} ${SERVICE_ID}`
3837
);
3938
assert.match(stdout, /Created job/);
40-
jobName = stdout.split('/').pop();
4139
});
4240
});
43-

0 commit comments

Comments
 (0)