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

Commit

Permalink
Fixed Dataproc quickstart test to properly clean up GCS bucket [(#300…
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmiro authored Feb 27, 2020
1 parent b635c47 commit d0a2638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/quickstart/quickstart_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def setup_teardown():
cluster_client.delete_cluster(PROJECT_ID, REGION, CLUSTER_NAME)

blob.delete()
bucket.delete()


def test_quickstart():
Expand Down

0 comments on commit d0a2638

Please sign in to comment.