fix: fix TestPing/1Ping flake (#14634)

This commit is contained in:
Ethan
2024-09-11 14:22:23 +10:00
committed by GitHub
parent c8580a415a
commit 4f2202fe34
+1 -1
View File
@@ -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
})