Skip to content

Commit

Permalink
Update controllers/activemqartemis_controller_cert_manager_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bruscino Domenico Francesco <[email protected]>
  • Loading branch information
gaohoward and brusdev authored Nov 8, 2023
1 parent c731d3c commit eeef586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func testCertWithNoKeystoreConfigured(certLoc string) {

condition := meta.FindStatusCondition(createdBrokerCr.Status.Conditions, brokerv1beta1.DeployedConditionType)
g.Expect(condition).NotTo(BeNil())
g.Expect(condition.Status).Should(Equal(metav1.ConditionUnknown))
g.Expect(condition.Status).Should(Equal(metav1.ConditionFalse))
g.Expect(condition.Message).Should(ContainSubstring("doesn't have keystore options configured"))
}, existingClusterTimeout, existingClusterInterval).Should(Succeed())

Expand Down

0 comments on commit eeef586

Please sign in to comment.