Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Apr 30, 2024
1 parent f7021f1 commit 1b74370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/tls_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1b74370

Please sign in to comment.