From b7da756664089817e0c83501778dab26075e0f09 Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Tue, 19 Dec 2023 15:45:33 +0100 Subject: [PATCH] revert change --- .../integrationtests/controllersinglecr/integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/controller/nats/integrationtests/controllersinglecr/integration_test.go b/internal/controller/nats/integrationtests/controllersinglecr/integration_test.go index 0774f189..51f590e4 100644 --- a/internal/controller/nats/integrationtests/controllersinglecr/integration_test.go +++ b/internal/controller/nats/integrationtests/controllersinglecr/integration_test.go @@ -53,8 +53,8 @@ func TestMain(m *testing.M) { func Test_PreventMultipleNATSCRs(t *testing.T) { t.Parallel() - errMsg := fmt.Sprintf("Only a single NATS CR with name: %s and namespace: %s is allowed"+ - "to be created in a Kyma cluster.", "eventing-nats", + errMsg := fmt.Sprintf("Only a single NATS CR with name: %s and namespace: %s "+ + "is allowed to be created in a Kyma cluster.", "eventing-nats", "kyma-system") testCases := []struct {