[ISSUE #50]Modify the suffix of the interface name. (#52)

* [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:
zhangjidi2016
2021-12-16 21:13:48 +08:00
committed by GitHub
parent 749e6f15f7
commit 1caeb4ce31
4 changed files with 8 additions and 6 deletions

View File

@@ -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());