mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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:
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…
x
Reference in New Issue
Block a user