mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-19 11:15:41 +08:00
* [ISSUE #50]Modify the suffix of the interface name. * add perm * fix dlq perm Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
@@ -113,7 +113,7 @@ public class DlqMessageControllerTest extends BaseControllerTest {
|
||||
|
||||
@Test
|
||||
public void testExportDlqMessage() throws Exception {
|
||||
final String url = "/dlqMessage/exportDlqMessage.query";
|
||||
final String url = "/dlqMessage/exportDlqMessage.do";
|
||||
{
|
||||
when(mqAdminExt.viewMessage(any(), any()))
|
||||
.thenThrow(new RuntimeException())
|
||||
@@ -156,7 +156,7 @@ public class DlqMessageControllerTest extends BaseControllerTest {
|
||||
|
||||
@Test
|
||||
public void testBatchExportDlqMessage() throws Exception {
|
||||
final String url = "/dlqMessage/batchExportDlqMessage.query";
|
||||
final String url = "/dlqMessage/batchExportDlqMessage.do";
|
||||
{
|
||||
when(mqAdminExt.viewMessage("%DLQ%group_test", "0A9A003F00002A9F0000000000000310"))
|
||||
.thenThrow(new RuntimeException());
|
||||
|
||||
Reference in New Issue
Block a user