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 32e48da commit daaec19
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 @@ -30,7 +30,7 @@ def step_s3_contains_files(context, count):
@then("S3 contains greater than {count:d} objects")
def step_s3_contains_greater_than_files(context, count):
s3_client = s3.S3Client(context)
objects = s3_client.list_objects("/")
objects = s3_client.list_objects("")
assert_that(
len(objects),
greater_than(count),
Expand Down

0 comments on commit daaec19

Please sign in to comment.