File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/org/testcontainers/containers Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ - Fix command template for use with the 1.x Tarantool version ([ #87 ] ( https://github.com/tarantool/testcontainers-java-tarantool/issues/87 ) )
6
+
5
7
## [ 1.0.0] - 2023-06-16
6
8
- Fix problem if topology isn't applied correctly
7
9
- Bump testcontainers to 1.18.0
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public final class TarantoolContainerClientHelper {
49
49
private static final String COMMAND_TEMPLATE = "echo \" " +
50
50
" print(require('yaml').encode( " +
51
51
" {require('net.box').connect( " +
52
- " { uri= '%s:%d' } , " +
52
+ " '%s:%d', " +
53
53
" { user = '%s', password = '%s' } " +
54
54
" ):eval('%s')}) " +
55
55
" ); " +
You can’t perform that action at this time.
0 commit comments