Skip to content

Commit

Permalink
fix: update test helper.getTaskProfile() variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyOVO committed Sep 22, 2024
1 parent 9ceb364 commit 8e2cda6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ private void initProfile() {
final String command = "zscore";
final String subOperation = "set,del";

TaskProfile taskProfile = helper.getTaskProfile(1, "", false, 0L, 0L, TaskStateEnum.RUNNING, "D",
"GMT+8:00");
TaskProfile taskProfile = helper.getTaskProfile(1, "", "csv", false, 0L, 0L, TaskStateEnum.RUNNING, "D",
"GMT+8:00", null);
profile = taskProfile.createInstanceProfile("",
"", taskProfile.getCycleUnit(), "20240725", AgentUtils.getCurrentTime());
profile.set(CommonConstants.PROXY_INLONG_GROUP_ID, groupId);
Expand Down

0 comments on commit 8e2cda6

Please sign in to comment.