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 <tsp@apache.org>
(cherry picked from commit cb1a5a49f4efd2f4904f040bf923a6f9e2c9152e)
This commit is contained in:
Gaurav Aradhye 2013-08-01 22:31:00 -04:00 committed by Prasanna Santhanam
parent eaeef9e994
commit 514cb91906

View File

@ -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(