mirror of https://github.com/rancher/webhook.git
Explicitly add Context
Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>
This commit is contained in:
parent
9d7db6b376
commit
a93553b631
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue