From 1cf1abcf4775efde619a9af9a38480129a51fcd2 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Thu, 31 Jul 2014 15:33:10 +0530 Subject: [PATCH] Fixed key error in test_snapshots.py --- test/integration/component/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index f874bd37704..81a067ffe51 100644 --- a/test/integration/component/test_snapshots.py +++ b/test/integration/component/test_snapshots.py @@ -961,7 +961,7 @@ class TestCreateVMSnapshotTemplate(cloudstackTestCase): def setUp(self): self.apiclient = self.testClient.getApiClient() - self.hypervisor = self.testClient.getHypervisorInfo() + self.hypervisor = str(self.testClient.getHypervisorInfo()).lower() self.dbclient = self.testClient.getDbConnection() self.cleanup = [] return