scrape: update test name

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
pull/15563/head
Giedrius Statkevičius 2024-12-09 17:36:36 +02:00
parent 5479fb3cfd
commit 5d76510bd6
1 changed files with 2 additions and 1 deletions

View File

@ -4795,7 +4795,8 @@ func newScrapableServer(scrapeText string) (s *httptest.Server, scrapedTwice cha
})), scrapedTwice
}
func TestTargetScraperSetsMetricsField(t *testing.T) {
// Regression test for the panic fixed in https://github.com/prometheus/prometheus/pull/15523.
func TestScrapePoolScrapeAfterReload(t *testing.T) {
h := httptest.NewServer(http.HandlerFunc(
func(w http.ResponseWriter, r *http.Request) {
w.Write([]byte{0x42, 0x42})