Skip to content

Commit c1787f8

Browse files
committed
update test
1 parent 962c550 commit c1787f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/grafana/src/test/java/org/testcontainers/grafana/LgtmStackContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void shouldPublishMetric() throws Exception {
4646
Response response = RestAssured
4747
.given()
4848
.queryParam("query", "test_counter_total{job=\"testcontainers\"}")
49-
.get(String.format("%s/api/v1/query", lgtm.getPromehteusHttpUrl()))
49+
.get(String.format("%s/api/v1/query", lgtm.getPrometheusHttpUrl()))
5050
.prettyPeek()
5151
.thenReturn();
5252
assertThat(response.getStatusCode()).isEqualTo(200);

0 commit comments

Comments
 (0)