diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/057 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/057 b/tests/qemu-iotests/057 index 9cdd582e39..bb6c06a6fd 100755 --- a/tests/qemu-iotests/057 +++ b/tests/qemu-iotests/057 @@ -239,7 +239,7 @@ class TestSnapshotDelete(ImageSnapshotTestCase): result = self.vm.qmp('blockdev-snapshot-delete-internal-sync', device = 'drive_error', id = '0') - self.assert_qmp(result, 'error/class', 'DeviceNotFound') + self.assert_qmp(result, 'error/class', 'GenericError') def test_error_no_id_and_name(self): result = self.vm.qmp('blockdev-snapshot-delete-internal-sync', |