We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c52d3c commit 942274aCopy full SHA for 942274a
src/test/java/org/apache/skywalking/banyandb/v1/client/BanyanDBAuthTest.java
@@ -66,10 +66,7 @@ public BanyanDBAuthTest() throws Exception {
66
MountableFile.forHostPath(tempConfigPath),
67
"/tmp/bydb_server_config.yaml"
68
)
69
- .withCommand("standalone",
70
- "--auth-config-file", "/tmp/bydb_server_config.yaml",
71
- "--enable-health-auth", "false"
72
- )
+ .withCommand("standalone", "--auth-config-file", "/tmp/bydb_server_config.yaml")
73
.withExposedPorts(GRPC_PORT, HTTP_PORT)
74
.waitingFor(Wait.forHttp("/api/healthz").forPort(HTTP_PORT));
75
}
0 commit comments