]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/pybind/test_rados: test_remove_omap_range2 typo
authorMatan Breizman <mbreizma@redhat.com>
Wed, 10 Aug 2022 10:03:45 +0000 (10:03 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 10 Aug 2022 10:04:48 +0000 (10:04 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/test/pybind/test_rados.py

index 508cbe5ae9e469056a2ed3dd6a59778d746b6cb8..578f31cbf3e0752126430013f377ed0e96863c3c 100644 (file)
@@ -579,7 +579,7 @@ class TestIoctx(object):
             self.ioctx.operate_read_op(read_op, "hw")
             eq(list(iter), [])
 
-    def test_remove_omap_ramge2(self):
+    def test_remove_omap_range2(self):
         keys = ("1", "2", "3", "4")
         values = (b"a", b"bb", b"ccc", b"dddd")
         with WriteOpCtx() as write_op: