CLOUDSTACK-5674: Fix a missing closing bracket.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1eb98e13 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1eb98e13 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1eb98e13 Branch: refs/heads/master Commit: 1eb98e135b0bdd6a00f10c5bbf98e2947334a31d Parents: 2d93d83 Author: Girish Shilamkar <[email protected]> Authored: Fri Feb 14 15:06:29 2014 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Fri Feb 14 15:06:29 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_deploy_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1eb98e13/test/integration/smoke/test_deploy_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py index 75c564f..de04dfa 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(
