Skip to content

Commit

Permalink
fix nad test helper to return valid json config
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi committed Nov 13, 2024
1 parent 619091d commit c1c68af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/test/helpers/networkattachmentdefinition.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (tc *TestHelper) CreateNetworkAttachmentDefinition(name types.NamespacedNam
Namespace: name.Namespace,
},
Spec: networkv1.NetworkAttachmentDefinitionSpec{
Config: "",
Config: `{}`,
},
}
gomega.Expect(tc.K8sClient.Create(tc.Ctx, instance)).Should(gomega.Succeed())
Expand Down

0 comments on commit c1c68af

Please sign in to comment.