From 4f2202fe3478114390473f11e1a68c3863d1dcb4 Mon Sep 17 00:00:00 2001 From: Ethan <39577870+ethanndickson@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:22:23 +1000 Subject: [PATCH] fix: fix TestPing/1Ping flake (#14634) --- cli/ping_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/ping_test.go b/cli/ping_test.go index f4ce8aefa7..9e3225df28 100644 --- a/cli/ping_test.go +++ b/cli/ping_test.go @@ -67,7 +67,7 @@ func TestPing(t *testing.T) { pty.ExpectMatch("pong from " + workspace.Name) pty.ExpectMatch("✔ received remote agent data from Coder networking coordinator") - pty.ExpectMatch("✔ You are connected directly (p2p)") + pty.ExpectMatch("You are connected") cancel() <-cmdDone })