Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

docs(samples): Bulk insert sample #299

Merged
merged 12 commits into from
Jul 6, 2022
Merged
Prev Previous commit
Next Next commit
Changing zone for one with more quota
  • Loading branch information
m-strzelczyk committed Jun 27, 2022
commit ade177762bab5fc55358d19ddd017b22d499170f
2 changes: 1 addition & 1 deletion samples/snippets/tests/test_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from ..instances.delete import delete_instance

PROJECT = google.auth.default()[1]
INSTANCE_ZONE = "europe-north1-a"
INSTANCE_ZONE = "australia-southeast1-a"


@pytest.fixture
Expand Down