Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc committed Oct 7, 2024
1 parent ef4eee5 commit d24d5c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/tests/client_mtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ var ClientMTLSTest = suite.ConformanceTest{

WaitForConsistentMTLSResponse(t, suite.RoundTripper, req, expected, suite.TimeoutConfig.RequiredConsecutiveSuccesses, suite.TimeoutConfig.MaxTimeToConsistency, cPem, keyPem, serverName)

gwAddr = fmt.Sprintf("%s:443", serverName)

certPool := x509.NewCertPool()
if !certPool.AppendCertsFromPEM(cPem) {
t.Errorf("Error setting Root CAs: %v", err)
Expand Down

0 comments on commit d24d5c0

Please sign in to comment.