Skip to content

Commit 47f3483

Browse files
committed
test: fix init script
1 parent 86d514b commit 47f3483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcontainers/src/main/java/org/testcontainers/containers/utils/TarantoolContainerClientHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ private static Path createConfig(String containerName, Integer... exposedPorts)
262262
.withAdditionalProperty(
263263
"user_a",
264264
UsersProperty.builder()
265+
.withRoles(Collections.singletonList("super"))
265266
.withPassword("secret_a")
266267
.withPrivileges(
267268
List.of(

0 commit comments

Comments
 (0)