Skip to content

Commit cce6eb0

Browse files
kurtisvgdanoscarmike
authored andcommitted
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
1 parent 51427bd commit cce6eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery-datatransfer/snippets/quickstart_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import quickstart
2121

2222

23-
PROJECT = os.environ['GCLOUD_PROJECT']
23+
PROJECT = os.environ['GOOGLE_CLOUD_PROJECT']
2424

2525

2626
@pytest.fixture

0 commit comments

Comments
 (0)