Merge "Fix-test-of-assertValidRole"
This commit is contained in:
commit
6c6589d2b0
@ -62,9 +62,9 @@ class CoreApiTests(object):
|
|||||||
self.assertIsNotNone(user.get('id'))
|
self.assertIsNotNone(user.get('id'))
|
||||||
self.assertIsNotNone(user.get('name'))
|
self.assertIsNotNone(user.get('name'))
|
||||||
|
|
||||||
def assertValidRole(self, tenant):
|
def assertValidRole(self, role):
|
||||||
self.assertIsNotNone(tenant.get('id'))
|
self.assertIsNotNone(role.get('id'))
|
||||||
self.assertIsNotNone(tenant.get('name'))
|
self.assertIsNotNone(role.get('name'))
|
||||||
|
|
||||||
def test_public_not_found(self):
|
def test_public_not_found(self):
|
||||||
r = self.public_request(
|
r = self.public_request(
|
||||||
|
Loading…
Reference in New Issue
Block a user