Skip to content

Commit 7aec001

Browse files
authored
Merge pull request ceph#57616 from Matan-B/wip-matanb-fix-python-tests
test/pybind/test_rados.py: fix test_list_objects Reviewed-by: Nitzan Mordechai <[email protected]> Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents b7328fe + 8b7694a commit 7aec001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/pybind/test_rados.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ def test_read_crc(self):
318318
self.ioctx.read('a')
319319

320320
def test_list_objects(self):
321+
self.ioctx.write('a', b'')
321322
self.ioctx.write('b', b'foo')
322323
self.ioctx.write_full('c', b'bar')
323324
self.ioctx.append('d', b'jazz')

0 commit comments

Comments
 (0)