We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962c550 commit c1787f8Copy full SHA for c1787f8
modules/grafana/src/test/java/org/testcontainers/grafana/LgtmStackContainerTest.java
@@ -46,7 +46,7 @@ public void shouldPublishMetric() throws Exception {
46
Response response = RestAssured
47
.given()
48
.queryParam("query", "test_counter_total{job=\"testcontainers\"}")
49
- .get(String.format("%s/api/v1/query", lgtm.getPromehteusHttpUrl()))
+ .get(String.format("%s/api/v1/query", lgtm.getPrometheusHttpUrl()))
50
.prettyPeek()
51
.thenReturn();
52
assertThat(response.getStatusCode()).isEqualTo(200);
0 commit comments