From 77c79f189d86a99595d2666faef135e64b7a627f Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 18 Dec 2024 17:52:38 +0800 Subject: [PATCH] refactor(test): 重构 AgentTest 类并添加新的测试方法 --- src/main/resources/application-dev.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 82db5c0..7356a45 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -79,4 +79,5 @@ path: /home/javaweb/resource/ system: - job: true \ No newline at end of file + job: true + runStep: true \ No newline at end of file -- Gitblit v1.9.1