From 1eb98e135b0bdd6a00f10c5bbf98e2947334a31d Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Fri, 14 Feb 2014 15:06:29 +0530 Subject: [PATCH] CLOUDSTACK-5674: Fix a missing closing bracket. --- test/integration/smoke/test_deploy_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py index 75c564f0649..de04dfa4436 100644 --- a/test/integration/smoke/test_deploy_vm.py +++ b/test/integration/smoke/test_deploy_vm.py @@ -50,7 +50,7 @@ class TestDeployVM(cloudstackTestCase): self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"]) 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 self.account = Account.create(