Skip to content

Commit 962c550

Browse files
authored
Fix typo in LGTM container
Fix prometheus typo in method name
1 parent e730674 commit 962c550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/grafana/src/main/java/org/testcontainers/grafana/LgtmStackContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public String getOtlpHttpUrl() {
5858
return "http://" + getHost() + ":" + getMappedPort(OTLP_HTTP_PORT);
5959
}
6060

61-
public String getPromehteusHttpUrl() {
61+
public String getPrometheusHttpUrl() {
6262
return "http://" + getHost() + ":" + getMappedPort(PROMETHEUS_PORT);
6363
}
6464

0 commit comments

Comments
 (0)