Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Fixes failing unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Muchhal <[email protected]>
  • Loading branch information
srm09 committed Feb 12, 2023
1 parent 68570a3 commit cd7c089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkg/tkgconfighelper/tkgconfighelper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var _ = Describe("ValidateK8sVersionSupport", func() {
})
It("should return error", func() {
Expect(err).To(HaveOccurred())
Expect(err.Error()).To(ContainSubstring("only [v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v2.1] management cluster versions are supported with current version of TKG CLI. Please upgrade TKG CLI to latest version if you are using it on latest version of management cluster."))
Expect(err.Error()).To(ContainSubstring("only [v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v2.1 v2.2] management cluster versions are supported with current version of TKG CLI. Please upgrade TKG CLI to latest version if you are using it on latest version of management cluster."))
})
})
})
Expand Down

0 comments on commit cd7c089

Please sign in to comment.