mirror of https://github.com/apache/cloudstack.git
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 cb1a5a49f4)
This commit is contained in:
parent
eaeef9e994
commit
514cb91906
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue