Skip to content

Commit 4f2202f

Browse files
fix: fix TestPing/1Ping flake (#14634)
1 parent c8580a4 commit 4f2202f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ping_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestPing(t *testing.T) {
6767

6868
pty.ExpectMatch("pong from " + workspace.Name)
6969
pty.ExpectMatch("✔ received remote agent data from Coder networking coordinator")
70-
pty.ExpectMatch("You are connected directly (p2p)")
70+
pty.ExpectMatch("You are connected")
7171
cancel()
7272
<-cmdDone
7373
})

0 commit comments

Comments
 (0)