1、修复白名单修改,auditstatus为string的bug

This commit is contained in:
Hao Miao
2024-04-28 10:24:02 +08:00
parent 3936c63457
commit e292042e96
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ class WhiteListServiceTest extends ProtectionApplicationTests {
//object.setWhiteListId(7);
object.setWhiteListName("test_update");
whiteListService.updateWhiteListObject(7, object);
whiteListService.updateWhiteListObject(7189, object);
}
@Test