We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 619091d + c1c68af commit ff1fd2dCopy full SHA for ff1fd2d
modules/common/test/helpers/networkattachmentdefinition.go
@@ -36,7 +36,7 @@ func (tc *TestHelper) CreateNetworkAttachmentDefinition(name types.NamespacedNam
36
Namespace: name.Namespace,
37
},
38
Spec: networkv1.NetworkAttachmentDefinitionSpec{
39
- Config: "",
+ Config: `{}`,
40
41
}
42
gomega.Expect(tc.K8sClient.Create(tc.Ctx, instance)).Should(gomega.Succeed())
0 commit comments