Skip to content

Commit

Permalink
e2e: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Feb 9, 2024
1 parent b64e680 commit f57cc67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/openssl/openssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ This tests an OpenSSL deployment on Nunki.
It does so by:
- Templating the container image into the deployment YAML.
- Exec'ing into the OpenSSL frontend, which talks mTLS to the OpenSSL backend, asserting that the connection is successful.
- Exec'ing into the OpenSSL frontend, opening an OpenSSL server and talking mTLS to the OpenSSL backend, asserting that the connection is successful.
- Exec'ing into the OpenSSL client, talking TLS to the OpenSSL frontend, asserting that the connection is successful.
*/
func TestOpenssl(t *testing.T) {
require := require.New(t)
Expand Down

0 comments on commit f57cc67

Please sign in to comment.