Explorar o código

tests: Use more deterministic error message in TestEtcdPeerNameAuth

John Millikin %!s(int64=7) %!d(string=hai) anos
pai
achega
95f3138b5f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/e2e/etcd_config_test.go

+ 1 - 1
tests/e2e/etcd_config_test.go

@@ -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)