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 a803a00 commit 0260ccbCopy full SHA for 0260ccb
src/test/java/org/apache/skywalking/banyandb/v1/client/BanyanDBAuthTest.java
@@ -29,7 +29,6 @@
29
import org.testcontainers.utility.MountableFile;
30
31
import java.io.IOException;
32
-import java.util.Base64;
33
import java.util.List;
34
import java.util.concurrent.TimeUnit;
35
@@ -42,7 +41,6 @@ public class BanyanDBAuthTest {
42
41
private static final String TAG = "42ec9df7457868926eb80157b36355d94fcd6bba";
43
44
private static final String IMAGE = REGISTRY + "/" + IMAGE_NAME + ":" + TAG;
45
- private static final String AUTH = Base64.getEncoder().encodeToString("admin:123456".getBytes());
46
47
protected static final int GRPC_PORT = 17912;
48
protected static final int HTTP_PORT = 17913;
0 commit comments