mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-24 15:25:44 +08:00
* enable the service to support multiple namesrvs * use @ to split the namesrv of different clusters Co-authored-by: dengzhiwen1 <dengzhiwen1@xiaomi.com>
This commit is contained in:
@@ -62,6 +62,7 @@ public abstract class BaseControllerTest extends BaseTest {
|
||||
when(configure.getAccessKey()).thenReturn("12345678");
|
||||
when(configure.getSecretKey()).thenReturn("rocketmq");
|
||||
when(configure.getNamesrvAddr()).thenReturn("127.0.0.1:9876");
|
||||
when(configure.getNamesrvAddrs()).thenReturn("127.0.0.1:9876");
|
||||
when(configure.isACLEnabled()).thenReturn(true);
|
||||
when(configure.isUseTLS()).thenReturn(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user