Skip to content

Commit cfcc791

Browse files
committed
Fix up test
1 parent 6d95003 commit cfcc791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_vm_strict_host_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def test_02_restore_vm_strict_tags_failure(self):
423423
vm.restore(self.apiclient, templateid=self.template_t2.id, expunge=True)
424424
self.fail("VM should not be restored")
425425
except Exception as e:
426-
self.assertTrue("Unable to start VM with specified id" in str(e))
426+
self.assertTrue("Unable to start VM with specified ID" in str(e))
427427

428428

429429
class TestMigrateVMStrictTags(cloudstackTestCase):

0 commit comments

Comments
 (0)