Skip to content

Commit

Permalink
fix a minor issue
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Oct 18, 2023
1 parent f08724d commit 1892761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ def factory(number_of_buckets, bucket_types, cloud_providers):

if len(all_buckets) % 2 != 0:
all_buckets[len(all_buckets) - 1].delete()
all_buckets.remove(all_buckets[len(all_buckets) - 1])

source_target_map = dict()
index = 0
Expand Down

0 comments on commit 1892761

Please sign in to comment.