There was an error while loading. Please reload this page.
1 parent 4b5d837 commit 6efad70Copy full SHA for 6efad70
scheduler/test/test.samples.js
@@ -24,7 +24,6 @@ const LOCATION_ID = process.env.LOCATION_ID || 'us-central1';
24
const SERVICE_ID = 'my-service';
25
26
describe('Cloud Scheduler Sample Tests', () => {
27
- let jobName;
28
let PROJECT_ID;
29
30
before(async () => {
@@ -37,7 +36,5 @@ describe('Cloud Scheduler Sample Tests', () => {
37
36
`node createJob.js ${PROJECT_ID} ${LOCATION_ID} ${SERVICE_ID}`
38
);
39
assert.match(stdout, /Created job/);
40
- jobName = stdout.split('/').pop();
41
});
42
43
-
0 commit comments