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

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleClo…
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored Jun 9, 2020
1 parent 0287007 commit 50c345e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/create_http_task_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import create_http_task

TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
TEST_LOCATION = os.getenv('TEST_QUEUE_LOCATION', 'us-central1')
TEST_QUEUE_NAME = os.getenv('TEST_QUEUE_NAME', 'my-queue')

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/create_http_task_with_token_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import create_http_task_with_token

TEST_PROJECT_ID = os.getenv('GCLOUD_PROJECT')
TEST_PROJECT_ID = os.getenv('GOOGLE_CLOUD_PROJECT')
TEST_LOCATION = os.getenv('TEST_QUEUE_LOCATION', 'us-central1')
TEST_QUEUE_NAME = os.getenv('TEST_QUEUE_NAME', 'my-queue')
TEST_SERVICE_ACCOUNT = (
Expand Down

0 comments on commit 50c345e

Please sign in to comment.