Skip to content

Commit

Permalink
Update unit test to reflect current missing certificate client error
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleWiese committed Oct 20, 2023
1 parent c09cdda commit 15d7c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigee/edge_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestMutualTLSNoCerts(t *testing.T) {
}

_, err = c.Do(req, nil)
testutil.ErrorContains(t, err, "remote error: tls: bad certificate")
testutil.ErrorContains(t, err, "remote error: tls: certificate required")
}

func newMutualTLSServer() *httptest.Server {
Expand Down

0 comments on commit 15d7c5c

Please sign in to comment.