Skip to content

Commit

Permalink
Merge pull request #581 from stuggi/fix_nad_test_helper
Browse files Browse the repository at this point in the history
[test helper] fix nad test helper to return valid json config
  • Loading branch information
stuggi authored Nov 13, 2024
2 parents 619091d + c1c68af commit ff1fd2d
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 ff1fd2d

Please sign in to comment.