Skip to content

Commit

Permalink
[rev.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jan 25, 2024
1 parent 0c3a92e commit 32e48da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/steps/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def step_wait_for_s3_alive(context):
@then("S3 contains {count:d} objects")
def step_s3_contains_files(context, count):
s3_client = s3.S3Client(context)
objects = s3_client.list_objects("/")
objects = s3_client.list_objects("")
assert_that(
len(objects),
equal_to(count),
Expand Down

0 comments on commit 32e48da

Please sign in to comment.