diff --git a/system_tests/tls_system_test.go b/system_tests/tls_system_test.go index 0cbdd3cc..c2f94817 100644 --- a/system_tests/tls_system_test.go +++ b/system_tests/tls_system_test.go @@ -30,7 +30,7 @@ var _ = Describe("RabbitMQ Cluster with TLS enabled", func() { BeforeEach(func() { tlsSecretName = fmt.Sprintf("rmq-test-cert-%v", uuid.New()) - _, _, _ = createTLSSecret(tlsSecretName, namespace, "tls-cluster." + namespace + ".svc") + _, _, _ = createTLSSecret(tlsSecretName, namespace, "tls-cluster."+namespace+".svc") patchBytes, _ := fixtures.ReadFile("fixtures/patch-test-ca.yaml") _, err := kubectl(