Skip to content

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and leahecole committed Jul 11, 2023
1 parent ada95a0 commit 9a86a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery-datatransfer/snippets/quickstart_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import quickstart


PROJECT = os.environ['GCLOUD_PROJECT']
PROJECT = os.environ['GOOGLE_CLOUD_PROJECT']


@pytest.fixture
Expand Down

0 comments on commit 9a86a15

Please sign in to comment.