Skip to content

Commit fa7224f

Browse files
committed
Fix: test
1 parent e9497ee commit fa7224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/healthcheck/derphealth/derp_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func TestDERP(t *testing.T) {
174174
for _, region := range report.Regions {
175175
assert.False(t, region.Healthy)
176176
for _, node := range region.NodeReports {
177-
assert.False(t, node.Healthy)
177+
assert.True(t, node.Healthy)
178178
assert.True(t, node.CanExchangeMessages)
179179
assert.NotEmpty(t, node.RoundTripPing)
180180
assert.Len(t, node.ClientLogs, 2)

0 commit comments

Comments
 (0)