Skip to content

Commit

Permalink
[#764] Remove LatestVersion check from wrong image version test
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Jan 10, 2024
1 parent ea423c3 commit 196e1a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/activemqartemis_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5447,7 +5447,6 @@ var _ = Describe("artemis controller", func() {

g.Expect(brokerVersionAlignedCondition.Reason).Should(Equal(brokerv1beta1.BrokerVersionAlignedConditionMismatchReason))
g.Expect(brokerVersionAlignedCondition.Message).Should(ContainSubstring(crd.Spec.Version))
g.Expect(brokerVersionAlignedCondition.Message).Should(ContainSubstring(version.LatestVersion))

readyCondition := meta.FindStatusCondition(createdCrd.Status.Conditions, brokerv1beta1.ReadyConditionType)
g.Expect(readyCondition).NotTo(BeNil())
Expand Down

0 comments on commit 196e1a2

Please sign in to comment.