mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3695: test_add_user_to_project failed with missing attribute "email".
Signed-off-by: Prasanna Santhanam <tsp@apache.org> (cherry picked from commit 983b7c62a464af94aabf0686671c986025a19788)
This commit is contained in:
parent
a659d78905
commit
7d6c091c05
|
|
@ -537,7 +537,7 @@ class TestProjectInviteRequired(cloudstackTestCase):
|
|||
project.addAccount(
|
||||
self.apiclient,
|
||||
self.user.name,
|
||||
self.user.email
|
||||
self.user.user[0].email
|
||||
)
|
||||
|
||||
# listProjectAccount to verify the user is added to project or not
|
||||
|
|
@ -690,7 +690,7 @@ class TestProjectInviteRequiredTrue(cloudstackTestCase):
|
|||
project.addAccount(
|
||||
self.apiclient,
|
||||
self.user.name,
|
||||
self.user.email
|
||||
self.user.user[0].email
|
||||
)
|
||||
|
||||
# listProjectAccount to verify the user is added to project or not
|
||||
|
|
@ -859,7 +859,7 @@ class TestProjectInviteTimeout(cloudstackTestCase):
|
|||
project.addAccount(
|
||||
self.apiclient,
|
||||
self.user.name,
|
||||
self.user.email
|
||||
self.user.user[0].email
|
||||
)
|
||||
|
||||
# listProjectAccount to verify the user is added to project or not
|
||||
|
|
|
|||
Loading…
Reference in New Issue