Explorar o código

tests/e2e: fix gateway tests

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
a3b9d828ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/e2e/gateway_test.go

+ 1 - 1
tests/e2e/gateway_test.go

@@ -52,7 +52,7 @@ func startGateway(t *testing.T, endpoints string) *expect.ExpectProcess {
 	if err != nil {
 		t.Fatal(err)
 	}
-	_, err = p.Expect("tcpproxy: ready to proxy client requests to")
+	_, err = p.Expect("ready to proxy client requests")
 	if err != nil {
 		t.Fatal(err)
 	}