fix web test

This commit is contained in:
Rishabh Kumar 2024-11-06 11:22:45 -08:00
parent b5eb39717d
commit 8e180e57da

View file

@ -593,7 +593,6 @@ func (h *Handler) SetReady(v ReadyStatus) {
h.ready.Store(uint32(v))
h.metrics.readyStatus.Set(0)
h.ready.Store(1)
}
func (h *Handler) GetRouter() *route.Router {