Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
everesio committed May 31, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0f429f5 commit 251c596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kafka-proxy/server_test.go
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ func TestSameClientCertEnabledWithRequiredFlags(t *testing.T) {

func TestSameClientCertEnabledWithMissingFlags(t *testing.T) {

expectedErrorMsg := "SameClientCertEnable requires TLS to be enabled on both proxy and kafka connections and client cert file on kafka connection"
expectedErrorMsg := "ClientCertFile is required on Kafka TLS and TLS must be enabled on both Proxy and Kafka connections when SameClientCertEnable is enabled"

disabledProxyTLS := []string{"cobra.test",
"--bootstrap-server-mapping", "192.168.99.100:32401,0.0.0.0:32401",

0 comments on commit 251c596

Please sign in to comment.