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 be5b89e commit 1f146efCopy full SHA for 1f146ef
dataproc/snippets/create_cluster_test.py
@@ -80,4 +80,4 @@ def test_cluster_create(capsys):
80
out, _ = capsys.readouterr()
81
assert CLUSTER_NAME in out
82
finally:
83
- teardown()
+ teardown()
0 commit comments