Skip to content

Commit cf83057

Browse files
authored
Merge pull request #47 from bengerman13/existing-user-new-space
don't skip space role creation on new spaces [finishes #170250877](https://www.pivotaltracker.com/story/show/170250877)
2 parents 621a869 + aea2779 commit cf83057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflowhelpers/test_suite_setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func NewBaseTestSuiteSetup(config testSuiteConfig, testSpace internal.Space, tes
109109
adminUserContext: adminUserContext,
110110

111111
SkipUserCreation: skipUserCreation,
112-
SkipSpaceRoleCreation: !config.GetAddExistingUserToExistingSpace() && skipUserCreation,
112+
SkipSpaceRoleCreation: !config.GetAddExistingUserToExistingSpace() && config.GetUseExistingSpace() && skipUserCreation,
113113
TestSpace: testSpace,
114114
TestUser: testUser,
115115
}

0 commit comments

Comments
 (0)