From 0a0dc7275dd54b57f20976f2b84bf7bfd9cb6df3 Mon Sep 17 00:00:00 2001 From: ace-n Date: Mon, 14 Nov 2022 14:33:17 -0800 Subject: [PATCH] Lint --- scheduler/test/test.samples.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scheduler/test/test.samples.js b/scheduler/test/test.samples.js index 30cd65c5979..db5d7dc740e 100644 --- a/scheduler/test/test.samples.js +++ b/scheduler/test/test.samples.js @@ -24,7 +24,6 @@ const LOCATION_ID = process.env.LOCATION_ID || 'us-central1'; const SERVICE_ID = 'my-service'; describe('Cloud Scheduler Sample Tests', () => { - let jobName; let PROJECT_ID; before(async () => { @@ -37,7 +36,5 @@ describe('Cloud Scheduler Sample Tests', () => { `node createJob.js ${PROJECT_ID} ${LOCATION_ID} ${SERVICE_ID}` ); assert.match(stdout, /Created job/); - jobName = stdout.split('/').pop(); }); }); -