Skip to content

Commit

Permalink
sdk/python: minor test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Koo <[email protected]>
  • Loading branch information
rkoo19 committed Dec 20, 2024
1 parent 867157b commit 4607598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/integration/sdk/test_object_group_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TestObjectGroupOps(RemoteEnabledTest):
def setUp(self) -> None:
super().setUp()
self.suffix = SUFFIX_NAME
self.obj_extension = self.suffix[-3]
self.obj_extension = self.suffix[-3:]
# Use a slightly larger file size to allow for blob threshold (must be > 1MiB)
self.file_size = MEDIUM_FILE_SIZE
self.obj_names = self._create_objects(
Expand Down

0 comments on commit 4607598

Please sign in to comment.