We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7905e56 commit a570113Copy full SHA for a570113
1 file changed
background/app/main_test.py
@@ -37,8 +37,9 @@ def clear_collection(collection):
37
"""
38
for doc in collection.stream():
39
doc.reference.delete()
40
- bucket_name = 'system-test-bucket'
+
41
42
+ bucket_name = 'system-test-bucket'
43
client = firestore.Client()
44
storage_client = storage.Client()
45
bucket = storage_client.bucket(bucket_name)
0 commit comments