From a93553b631ecb9afbbb1663b5ca7acea911a8992 Mon Sep 17 00:00:00 2001 From: Vatsal Parekh Date: Mon, 1 Apr 2024 19:03:45 +0530 Subject: [PATCH] Explicitly add Context Signed-off-by: Vatsal Parekh --- tests/integration/project_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/project_test.go b/tests/integration/project_test.go index b369db2..596c34d 100644 --- a/tests/integration/project_test.go +++ b/tests/integration/project_test.go @@ -101,6 +101,7 @@ func (m *IntegrationSuite) TestMutateProject() { GenerateName: "test-project-creator-", }, ProjectCreatorDefault: true, + Context: "project", } err = rtClient.Create(ctx, "", rt, rt, metav1.CreateOptions{}) m.Require().NoError(err)