Skip to content

Commit

Permalink
Fix kubernetes version test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Aug 6, 2024
1 parent 12d7257 commit 7c9c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernikus/node_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var _ = Describe("The kubernikus controller", func() {
})

It("marks an up-to-date node as not needing an update", func() {
initNode("v1.30.0")
initNode("v1.30.2")
Eventually(func(g Gomega) string {
result := &v1.Node{}
g.Expect(k8sClient.Get(context.Background(), nodeName, result)).To(Succeed())
Expand Down

0 comments on commit 7c9c314

Please sign in to comment.