Skip to content

Commit 993cb84

Browse files
committed
fixup! reduce diff size
1 parent 70c6a09 commit 993cb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/debug_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func TestDebugHealth(t *testing.T) {
213213
return &healthsdk.HealthcheckReport{
214214
Time: time.Now(),
215215
Healthy: true,
216-
DERP: healthsdk.DERPHealthReport{BaseReport: healthsdk.BaseReport{Healthy: true}},
216+
DERP: healthsdk.DERPHealthReport{Healthy: true},
217217
}
218218
},
219219
})

0 commit comments

Comments
 (0)