We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9d51a commit 62ce1c5Copy full SHA for 62ce1c5
coderd/healthcheck/derphealth/derp_test.go
@@ -121,9 +121,7 @@ func TestDERP(t *testing.T) {
121
report.Run(ctx, opts)
122
123
assert.False(t, report.Healthy)
124
- if assert.NotNil(t, report.Error) {
125
- assert.Contains(t, context.DeadlineExceeded, *report.Error)
126
- }
+ assert.Nil(t, report.Error)
127
})
128
129
t.Run("HealthyWithNodeDegraded", func(t *testing.T) {
0 commit comments