diff --git a/tests/functional/pyocf/types/io.py b/tests/functional/pyocf/types/io.py index e314a80..a7d0cf0 100644 --- a/tests/functional/pyocf/types/io.py +++ b/tests/functional/pyocf/types/io.py @@ -92,8 +92,8 @@ class Io(Structure): except: # noqa E722 pass - self.put() self.del_object() + self.put() def submit(self): return OcfLib.getInstance().ocf_volume_submit_io(byref(self))