Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 50c345e

Browse files
authored
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleCloudPlatform/python-docs-samples#4022)
1 parent 0287007 commit 50c345e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/create_http_task_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import create_http_task
1818

19-
TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
19+
TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
2020
TEST_LOCATION = os.getenv('TEST_QUEUE_LOCATION', 'us-central1')
2121
TEST_QUEUE_NAME = os.getenv('TEST_QUEUE_NAME', 'my-queue')
2222

samples/snippets/create_http_task_with_token_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import create_http_task_with_token
1818

19-
TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
19+
TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
2020
TEST_LOCATION = os.getenv('TEST_QUEUE_LOCATION', 'us-central1')
2121
TEST_QUEUE_NAME = os.getenv('TEST_QUEUE_NAME', 'my-queue')
2222
TEST_SERVICE_ACCOUNT = (

0 commit comments

Comments
 (0)