Skip to content

Commit 18eb745

Browse files
Linchinparthea
authored andcommitted
update environment var for project id in samples test
1 parent bc72dbb commit 18eb745

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-bigquery-storage/samples

1 file changed

+1
-1
lines changed

packages/google-cloud-bigquery-storage/samples/conftest.py

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

2222
@pytest.fixture(scope="session")
2323
def project_id():
24-
return os.environ["GOOGLE_CLOUD_PROJECT"]
24+
return os.environ["PROJECT_ID"]
2525

2626

2727
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)