Skip to content

Commit 8622545

Browse files
committed
Fix the unit tests for ClusterStatsJmxMonitor
1 parent 92e9274 commit 8622545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-ha/src/test/java/io/trino/gateway/CustomTrinoImageNameSubstitutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class CustomTrinoImageNameSubstitutor
2525
extends ImageNameSubstitutor
2626
{
2727
private static final String TESTCONTAINERS_TRINO_IMAGE_SUBSTITUTE = "TESTCONTAINERS_TRINO_IMAGE_SUBSTITUTE";
28-
private static final String TRINO_IMAGE = "trinodb/trino";
28+
private static final String TRINO_IMAGE = "trinodb/trino:476";
2929

3030
@Override
3131
public DockerImageName apply(DockerImageName dockerImageName)

0 commit comments

Comments
 (0)