Skip to content

Commit 7a6e529

Browse files
committed
wip
1 parent f57ba09 commit 7a6e529

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/org/testcontainers/containers/StaticTarantoolContainerIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ public class StaticTarantoolContainerIT {
1717
protected static final String tarantoolVersion = System.getenv().get("TARANTOOL_VERSION");
1818

1919
@Container
20-
protected static final TarantoolContainer container =
21-
new TarantoolContainer(
22-
String.format("tarantool/tarantool:%s", tarantoolVersion));
20+
protected static final TarantoolContainer container = new TarantoolContainer();
2321

2422
@Test
2523
public void testExecuteCommand() throws Exception {

0 commit comments

Comments
 (0)