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

Commit d0a2638

Browse files
authored
Fixed Dataproc quickstart test to properly clean up GCS bucket [(#3001)](GoogleCloudPlatform/python-docs-samples#3001)
1 parent b635c47 commit d0a2638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/snippets/quickstart/quickstart_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def setup_teardown():
5757
cluster_client.delete_cluster(PROJECT_ID, REGION, CLUSTER_NAME)
5858

5959
blob.delete()
60+
bucket.delete()
6061

6162

6263
def test_quickstart():

0 commit comments

Comments
 (0)