Skip to content

Commit

Permalink
Enable TLS for Integration Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
  • Loading branch information
Chris Elder authored and Chris Elder committed Jun 3, 2024
1 parent 8289cb7 commit 179cd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 179cd76

Please sign in to comment.