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

Commit

Permalink
reverting test.go changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ridavid2002 authored and vuil committed Jul 16, 2022
1 parent 4cf9442 commit 8824258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/v1/tkg/tkgconfigupdater/tkgconfigupdater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ var _ = Describe("EnsureProviders", func() {
err = copyData(tkgConfigNode, &userProviders)
Expect(err).ToNot(HaveOccurred())

Expect(userProviders.CertManager.URL).To(ContainSubstring("providers/cert-manager/v1.7.2/cert-manager.yaml"))
Expect(userProviders.CertManager.Version).To(Equal("v1.7.2"))
Expect(userProviders.CertManager.URL).To(ContainSubstring("providers/cert-manager/v1.5.3/cert-manager.yaml"))
Expect(userProviders.CertManager.Version).To(Equal("v1.5.3"))
})
})

Expand Down

0 comments on commit 8824258

Please # to comment.