fix(用例管理):更新用例管理日志的key

This commit is contained in:
guoyuqi 2024-01-29 10:34:54 +08:00 committed by 刘瑞斌
parent 547a64f69c
commit c562b304d5
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ public class OperationLogModule {
public static final String PROJECT_CUSTOM_FUNCTION = "PROJECT_CUSTOM_FUNCTION";// 项目公共脚本
//用例
public static final String FUNCTIONAL_CASE = "FUNCTIONAL_CASE";
public static final String FUNCTIONAL_CASE = "CASE_MANAGEMENT_CASE";
public static final String CASE_REVIEW = "CASE_REVIEW";
public static final String CASE_REVIEW = "CASE_MANAGEMENT_REVIEW";
//接口调试