We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbba8b commit e737a1dCopy full SHA for e737a1d
scheduler/snippets/create_job_test.py
@@ -16,7 +16,7 @@
16
17
import create_job
18
19
-TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
+TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
20
TEST_LOCATION = os.getenv('LOCATION_ID', 'us-central1')
21
22
0 commit comments