Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
[arkmq-org#1053] fully define matching test address in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gtully committed Dec 9, 2024
1 parent d38d91e commit 2ef24fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/activemqartemisaddress_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,10 @@ var _ = Describe("Address controller tests", func() {
createdBrokerCr.Spec.BrokerProperties = []string{
"addressSettings.#.configDeleteAddresses=FORCE",
"addressSettings.#.configDeleteQueues=FORCE",
"addressConfigurations.TEST-ADDRESS.routingTypes=ANYCAST",
"addressConfigurations.TEST-ADDRESS.queueConfigs.TEST-QUEUE.routingType=ANYCAST",
"addressConfigurations.TEST-ADDRESS.queueConfigs.TEST-QUEUE.durable=true",
"addressConfigurations.TEST-ADDRESS.queueConfigs.TEST-QUEUE.address=TEST-ADDRESS",
}
g.Expect(k8sClient.Update(ctx, createdBrokerCr)).Should(Succeed())
}, existingClusterTimeout, existingClusterInterval).Should(Succeed())
Expand Down

0 comments on commit 2ef24fe

Please sign in to comment.