Skip to content

Commit

Permalink
tests: Use more deterministic error message in TestEtcdPeerNameAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillikin-stripe committed Jul 10, 2019
1 parent c668673 commit 95f3138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/etcd_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func TestEtcdPeerNameAuth(t *testing.T) {
if i <= 1 {
expect = etcdServerReadyLines
} else {
expect = []string{"remote error: tls: bad certificate"}
expect = []string{"client certificate authentication failed"}
}
if err := waitReadyExpectProc(p, expect); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 95f3138

Please sign in to comment.