Skip to content

Commit

Permalink
Merge pull request #823 from lenguyenthanh/prometheus-exporter/1
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive authored Oct 29, 2024
2 parents 9a49965 + 81f3e71 commit 8e1f500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class PrometheusHttpRoutesSuite extends CatsEffectSuite with SuiteRuntimePlatfor
}
}

test("respond with a text on GET request and wildcard accept") {
test("respond with an empty body on HEAD request and wildcard accept") {
PrometheusMetricExporter.builder[IO].build.flatMap { exporter =>
val routes: HttpRoutes[IO] = PrometheusHttpRoutes.routes(exporter, PrometheusWriter.Config.default)

Expand Down

0 comments on commit 8e1f500

Please sign in to comment.