Skip to content

Commit 1909371

Browse files
committed
update bucket name
1 parent a365fba commit 1909371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def project_id(bigquery_client: bigquery.Client) -> str:
5454

5555
@pytest.fixture(scope="session")
5656
def gcs_bucket(storage_client: storage.Client) -> Generator[str, None, None]:
57-
bucket_name = "bigframes-gcs-test"
57+
bucket_name = "bigframes_blob_test"
5858

5959
yield bucket_name
6060

0 commit comments

Comments
 (0)