Fix erroneous assert expression to get debug from that line

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
Rafael da Fonseca 2015-06-20 00:05:09 +02:00 committed by Daan Hoogland
parent f77f4c2f11
commit f7a8d8e657
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class TestDeployVmWithVariedPlanners(cloudstackTestCase):
)
if cls.template == FAILED:
assert false, "get_template() failed to return template with description %s" % cls.services["ostype"]
assert False, "get_template() failed to return template with description %s" % cls.services["ostype"]
cls.services["virtual_machine"]["zoneid"] = cls.zone.id
cls.services["template"] = cls.template.id