From cb1a5a49f4efd2f4904f040bf923a6f9e2c9152e Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Thu, 1 Aug 2013 22:31:00 -0400 Subject: [PATCH] CLOUDSTACK:3798: Removed wrong assert. Login was getting successful, assert was failing. Anyway it is being checked in the assert below for sesionKey Signed-off-by: Prasanna Santhanam --- test/integration/component/test_accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 9c3d231a0e0..cf18bef84da 100644 --- a/test/integration/component/test_accounts.py +++ b/test/integration/component/test_accounts.py @@ -1229,7 +1229,7 @@ class TestUserLogin(cloudstackTestCase): username=self.account.name, password=self.services["account"]["password"] ) - self.assertEqual(respose, None, "Login response should not be none") + self.debug("Login API response: %s" % respose) self.assertNotEqual(