Skip to content

Commit 942274a

Browse files
committed
fix
1 parent 1c52d3c commit 942274a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/org/apache/skywalking/banyandb/v1/client/BanyanDBAuthTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ public BanyanDBAuthTest() throws Exception {
6666
MountableFile.forHostPath(tempConfigPath),
6767
"/tmp/bydb_server_config.yaml"
6868
)
69-
.withCommand("standalone",
70-
"--auth-config-file", "/tmp/bydb_server_config.yaml",
71-
"--enable-health-auth", "false"
72-
)
69+
.withCommand("standalone", "--auth-config-file", "/tmp/bydb_server_config.yaml")
7370
.withExposedPorts(GRPC_PORT, HTTP_PORT)
7471
.waitingFor(Wait.forHttp("/api/healthz").forPort(HTTP_PORT));
7572
}

0 commit comments

Comments
 (0)