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 86e3369 commit f11c293Copy full SHA for f11c293
1 file changed
web/router_status_test.go
@@ -74,5 +74,8 @@ func TestStatus_Not_Allowed_Methods(t *testing.T) {
74
func newStatusRouter(t *testing.T) *HttpRouter {
75
reporter := status.NewEmptyReporter()
76
reg, _, _ := sdk.NewTestRegistrarTWithStatusReporter(t, reporter)
77
+ for _, c := range reg.GetAll() {
78
+ <-c.Ready()
79
+ }
80
return NewRouter(reg, telemetry.NewEmptyReporter(), reporter, &config.HttpConfig{Status: config.StatusConfig{Enabled: true}}, &config.ProfileConfig{}, log.NewNullLogger())
81
}
0 commit comments