From 1ca97a34658611700986588681fddeca3efc1f53 Mon Sep 17 00:00:00 2001 From: Kamil Sambor Date: Fri, 26 Jan 2024 13:59:22 +0100 Subject: [PATCH] Fix unstable validation test --- test/functional/validation_webhook_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/functional/validation_webhook_test.go b/test/functional/validation_webhook_test.go index b49a73814..cd7f40c89 100644 --- a/test/functional/validation_webhook_test.go +++ b/test/functional/validation_webhook_test.go @@ -593,9 +593,8 @@ var _ = Describe("Nova validation", func() { Expect(errors.As(err, &statusError)).To(BeTrue()) Expect(statusError.ErrStatus.Message).To( ContainSubstring( - "invalid: spec.cellTemplates[cell2].cellMessageBusInstance: " + - "Invalid value: \"rabbitmq-of-caerbannog\": RabbitMqCluster " + - "CR need to be uniq per cell. It's duplicated with cell: cell1", + "Invalid value: \"rabbitmq-of-caerbannog\": RabbitMqCluster " + + "CR need to be uniq per cell. It's duplicated with cell:", ), ) })