Update inappropriate characters (#9413)

git-as-svn/v1/dev
BaoLiang 2022-04-10 21:09:48 +08:00 committed by GitHub
parent e2759a8f42
commit fea9ce391b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class AlertGroupControllerTest extends AbstractControllerTest {
MultiValueMap<String, String> paramsMap = new LinkedMultiValueMap<>();
paramsMap.add("groupName", defaultTestAlertGroupName);
paramsMap.add("groupType", "email");
paramsMap.add("description", "cxc junit 测试告警描述");
paramsMap.add("description", "cxc junit test alert description");
paramsMap.add("alertInstanceIds", "");
MvcResult mvcResult = mockMvc.perform(post("/alert-groups")
.header("sessionId", sessionId)