Skip to content

Commit 48cddfd

Browse files
committed
fixup! Add objects-user fixture and cleanup
1 parent 91b63c0 commit 48cddfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def cleanup(self, limit_to_scope=True, limit_to_process=True):
191191
raise ExceptionGroup("Failures during cleanup.", exceptions)
192192

193193
def objects_endpoint_for(self, zone):
194-
return self.objects_url.format(region=zone.rstrip('012345679'))
194+
return self.objects_url.format(region=zone.rstrip('0123456789'))
195195

196196

197197
def delete_handler(path):

0 commit comments

Comments
 (0)