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 480dd75 commit 6fdfde9Copy full SHA for 6fdfde9
tests/unit/test_federated_s3.py
@@ -48,6 +48,7 @@ async def test_get_configs_by_alias(federated_s3: FederatedS3Fixture):
48
49
async def test_populate_dummy_items(federated_s3: FederatedS3Fixture):
50
"""Test the populate_dummy_items function on the FederatedS3Fixture."""
51
+ # ok, why does this seem to work
52
for s3_fixture in federated_s3.storages.values():
53
await s3_fixture.delete_buckets()
54
0 commit comments