Skip to content

Commit

Permalink
Update test/e2e/proxy_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matous Jobanek <[email protected]>
  • Loading branch information
mfrancisc and MatousJobanek authored Oct 11, 2023
1 parent a137497 commit 188b9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ func (u *proxyUser) shareSpaceWith(t *testing.T, awaitilities wait.Awaitilities,
WithSpecMasterUserRecord(guestUserMur.GetName()),
WithNamespace(testsupportspace.GetDefaultNamespace(primaryUserSpace.Status.ProvisionedNamespaces)),
)
_, err = awaitilities.Host().WaitForSpaceBinding(t, guestUserMur.GetName(), primaryUserSpace.GetName())
require.NoError(t, err)
return spaceBindingRequest
}

Expand Down

0 comments on commit 188b9a7

Please sign in to comment.