mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-5674: Fix a missing closing bracket.
This commit is contained in:
parent
2d93d83b44
commit
1eb98e135b
@ -50,7 +50,7 @@ class TestDeployVM(cloudstackTestCase):
|
|||||||
self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"])
|
self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"])
|
||||||
|
|
||||||
if self.template == FAILED:
|
if self.template == FAILED:
|
||||||
self.fail("get_template() failed to return template with description %s" % self.testdata["ostype"]
|
self.fail("get_template() failed to return template with description %s" % self.testdata["ostype"])
|
||||||
|
|
||||||
#create a user account
|
#create a user account
|
||||||
self.account = Account.create(
|
self.account = Account.create(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user