Skip to content

Commit 8b792de

Browse files
committed
chore(testcontainers): group setting env variables
1 parent e61f5b1 commit 8b792de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/io/weaviate/integration/client/WeaviateDockerCompose.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ public Weaviate(String dockerImageName, boolean withOffloadS3) {
5757
withEnv("DISABLE_TELEMETRY", "true");
5858
withEnv("PERSISTENCE_FLUSH_IDLE_MEMTABLES_AFTER", "1");
5959
withEnv("ENABLE_MODULES", String.join(",", enableModules));
60-
withCreateContainerCmdModifier(cmd -> cmd.withHostName("weaviate"));
61-
6260
withEnv("AUTHENTICATION_DB_USERS_ENABLED", "true");
61+
withCreateContainerCmdModifier(cmd -> cmd.withHostName("weaviate"));
6362
}
6463
}
6564

0 commit comments

Comments
 (0)