Skip to content

Commit 3863c72

Browse files
authored
Fixed Dataproc quickstart test to properly clean up GCS bucket (#3001)
1 parent 2027241 commit 3863c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dataproc/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)