Skip to content

Commit

Permalink
Merge pull request #1763 from alrs/alrs-remove-deprecated-tls-options
Browse files Browse the repository at this point in the history
sarama: remove deprecated tls options from test
  • Loading branch information
d1egoaz committed Jul 27, 2020
2 parents 4bc9b8f + aef8911 commit c35e7c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client_tls_test.go
Expand Up @@ -171,9 +171,6 @@ func TestTLS(t *testing.T) {
}

func doListenerTLSTest(t *testing.T, expectSuccess bool, serverConfig, clientConfig *tls.Config) {
serverConfig.BuildNameToCertificate()
clientConfig.BuildNameToCertificate()

seedListener, err := tls.Listen("tcp", "127.0.0.1:0", serverConfig)
if err != nil {
t.Fatal("cannot open listener", err)
Expand Down

0 comments on commit c35e7c5

Please sign in to comment.