Skip to content

Commit

Permalink
fix: ut error
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyOVO committed Nov 8, 2024
1 parent 41cf5ad commit 3ff17a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ public class DolphinScheduleEngine implements ScheduleEngine {
@Value("${default.admin.password:inlong}")
private String password;

@Value("${inlong.schedule.dolphinscheduler.url}")
@Value("${inlong.schedule.dolphinscheduler.url:}")
private String dolphinUrl;

@Value("${inlong.schedule.dolphinscheduler.token}")
@Value("${inlong.schedule.dolphinscheduler.token:}")
private String token;

private long projectCode;
Expand Down

0 comments on commit 3ff17a7

Please sign in to comment.