We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a365fba commit 1909371Copy full SHA for 1909371
samples/snippets/conftest.py
@@ -54,7 +54,7 @@ def project_id(bigquery_client: bigquery.Client) -> str:
54
55
@pytest.fixture(scope="session")
56
def gcs_bucket(storage_client: storage.Client) -> Generator[str, None, None]:
57
- bucket_name = "bigframes-gcs-test"
+ bucket_name = "bigframes_blob_test"
58
59
yield bucket_name
60
0 commit comments