From 179cd76fe619fc7d19b701c58e0ea3b305390138 Mon Sep 17 00:00:00 2001 From: Chris Elder Date: Mon, 3 Jun 2024 16:35:22 -0400 Subject: [PATCH] Enable TLS for Integration Tests Signed-off-by: Chris Elder --- integration/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration_test.go b/integration/integration_test.go index 995d16a..538aa09 100644 --- a/integration/integration_test.go +++ b/integration/integration_test.go @@ -208,7 +208,7 @@ var _ = Describe("Integration TLS", func() { testDirectory, err = ioutil.TempDir("", "microfab-it") Expect(err).NotTo(HaveOccurred()) - var tlsEnabled = false + var tlsEnabled = true tls := map[string]interface{}{ "enabled": tlsEnabled, }