remove lint

This commit is contained in:
CatherineF-dev 2021-11-12 15:03:44 +00:00
parent a8324a3bb7
commit a30af261f1

View File

@ -43,7 +43,6 @@ func TestRecordOperation(t *testing.T) {
prometheusURL := "http://" + l.Addr().String() + "/metrics"
mux := http.NewServeMux()
//lint:ignore SA1019 ignore deprecated warning until we move off of global registries
handler := promhttp.HandlerFor(registry, promhttp.HandlerOpts{})
mux.Handle("/metrics", handler)
server := &http.Server{