From 7d6c091c05420582d833be7d5eecd58c69b62e39 Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Mon, 22 Jul 2013 14:32:25 +0530 Subject: [PATCH] CLOUDSTACK-3695: test_add_user_to_project failed with missing attribute "email". Signed-off-by: Prasanna Santhanam (cherry picked from commit 983b7c62a464af94aabf0686671c986025a19788) --- test/integration/component/test_project_configs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/component/test_project_configs.py b/test/integration/component/test_project_configs.py index 641649702e1..a9654c82f57 100644 --- a/test/integration/component/test_project_configs.py +++ b/test/integration/component/test_project_configs.py @@ -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