Skip to content

Commit da5ad69

Browse files
committed
fixup! chore: fix wsproxy test flake
1 parent e5b33f5 commit da5ad69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/wsproxy/wsproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func TestDERPEndToEnd(t *testing.T) {
344344
Name: "best-proxy",
345345
})
346346

347-
// Wait for the proxy to become healthy and appear in the DERP map.
347+
// Wait for the proxy to become healthy.
348348
require.Eventually(t, func() bool {
349349
healthCtx := testutil.Context(t, testutil.WaitLong)
350350
err := api.ProxyHealth.ForceUpdate(healthCtx)

0 commit comments

Comments
 (0)