Merge remote-tracking branch 'origin/haskafka' into haskafka

This commit is contained in:
PushM
2024-04-29 01:31:17 +08:00
6 changed files with 27 additions and 8 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