Skip to content

Commit 123d76e

Browse files
committed
fix test import
1 parent f4d787a commit 123d76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/src/test/scala/fr/davit/pekko/http/metrics/prometheus/marshalling/PrometheusMarshallersSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class PrometheusMarshallersSpec extends AnyFlatSpec with Matchers with Scalatest
127127
}
128128

129129
it should "expose metrics as prometheus protobuf format" in new Fixture {
130-
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_29_3.Metrics
130+
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_0.Metrics
131131

132132
val request = Get().addHeader(Accept(PrometheusMarshallers.ProtobufContentType.mediaType))
133133
request ~> metrics(registry) ~> check {

0 commit comments

Comments
 (0)