From 188b9a7570ee3f897084b522edffe7daf2558cc9 Mon Sep 17 00:00:00 2001 From: Francisc Munteanu Date: Wed, 11 Oct 2023 15:31:44 +0200 Subject: [PATCH] Update test/e2e/proxy_test.go Co-authored-by: Matous Jobanek --- test/e2e/proxy_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/proxy_test.go b/test/e2e/proxy_test.go index a7b627095..523ee836b 100644 --- a/test/e2e/proxy_test.go +++ b/test/e2e/proxy_test.go @@ -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 }