Skip to content

Commit

Permalink
Fix ip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Feb 28, 2024
1 parent b13883b commit 757a5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/ip_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var _ = Describe("IP controller", func() {
BeforeEach(func() {
ip = &ipamv1alpha1.IP{
TypeMeta: metav1.TypeMeta{
APIVersion: ipamv1alpha1.GroupVersion.String(),
APIVersion: ipamv1alpha1.SchemeGroupVersion.String(),
Kind: "IP",
},
ObjectMeta: metav1.ObjectMeta{
Expand Down

0 comments on commit 757a5a0

Please sign in to comment.