Explicitly add Context

Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>
This commit is contained in:
Vatsal Parekh 2024-04-01 19:03:45 +05:30
parent 9d7db6b376
commit a93553b631
1 changed files with 1 additions and 0 deletions

View File

@ -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)