1、whitelist查询返回审核状态字段,task查询返回动作字段
2、解决alertmessageTest出错
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.realtime.protection.server.alertmessage;
|
||||
|
||||
import com.github.xiaoymin.knife4j.annotations.Ignore;
|
||||
import com.realtime.protection.configuration.entity.rule.dynamicrule.AlertMessage;
|
||||
import com.realtime.protection.configuration.entity.task.FiveTupleWithMask;
|
||||
import org.junit.jupiter.api.Test;
|
||||
@@ -15,6 +16,7 @@ public class AlertMessageTest {
|
||||
this.alertMessageService = alertMessageService;
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
void testReceiveAlertMessage() {
|
||||
for (int i = 1; i < 4; i++) {
|
||||
|
||||
Reference in New Issue
Block a user