We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9497ee commit fa7224fCopy full SHA for fa7224f
coderd/healthcheck/derphealth/derp_test.go
@@ -174,7 +174,7 @@ func TestDERP(t *testing.T) {
174
for _, region := range report.Regions {
175
assert.False(t, region.Healthy)
176
for _, node := range region.NodeReports {
177
- assert.False(t, node.Healthy)
+ assert.True(t, node.Healthy)
178
assert.True(t, node.CanExchangeMessages)
179
assert.NotEmpty(t, node.RoundTripPing)
180
assert.Len(t, node.ClientLogs, 2)
0 commit comments