mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
fix: fix TestPing/1Ping flake (#14634)
This commit is contained in:
+1
-1
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user