Commit 420e1f4f authored by Łukasz Nowak's avatar Łukasz Nowak

Apply suggestion to software/kvm/test/test.py

parent 750aa629
......@@ -738,7 +738,7 @@ class TestInstanceResilientBackupImporter(
# clean up equeue file for precise assertion
with open(equeue_file, 'w') as fh:
fh.write('')
# drop backup destination to assert it's recreation
# drop backup destination to assert its recreation
os.unlink(destination_qcow2)
status_code, status_text = self.call_exporter()
self.assertEqual(0, status_code, status_text)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment