From 482e176917082090f2a660a1cacae7e83fbc4e47 Mon Sep 17 00:00:00 2001 From: Francisc Munteanu Date: Tue, 29 Aug 2023 16:30:31 +0200 Subject: [PATCH] check error --- test/e2e/parallel/space_cleanup_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/parallel/space_cleanup_test.go b/test/e2e/parallel/space_cleanup_test.go index af058eb77..4fac01fb4 100644 --- a/test/e2e/parallel/space_cleanup_test.go +++ b/test/e2e/parallel/space_cleanup_test.go @@ -66,6 +66,7 @@ func TestSpaceAndSpaceBindingCleanup(t *testing.T) { space, _, _ := CreateSpace(t, awaitilities, testspace.WithTierName("appstudio"), testspace.WithSpecTargetCluster(memberAwait.ClusterName), testspace.WithName("for-john")) // wait for the namespace to be provisioned since we will be creating the SpaceBindingRequest into it. space, err := hostAwait.WaitForSpace(t, space.Name, wait.UntilSpaceHasAnyProvisionedNamespaces()) + require.NoError(t, err) // and we also have a user that gets admin access to the Space but using SpaceBindingRequest mechanism userSignup, spaceBindingRequest, spaceBinding := setupForSpaceBindingCleanupWithSBRTest(t, awaitilities, memberAwait, space, hostAwait, "jack", "admin")