Skip to content

Commit

Permalink
Skip client TLS verification
Browse files Browse the repository at this point in the history
  • Loading branch information
arinto committed Oct 4, 2019
1 parent 5fa71d8 commit 5008c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ func TestRunUnarySecure(t *testing.T) {
WithDialTimeout(time.Duration(20*time.Second)),
WithData(data),
WithRootCertificate("../testdata/localhost.crt"),
WithSkipTLSVerify(true),
)

assert.NoError(t, err)
Expand Down

0 comments on commit 5008c30

Please sign in to comment.