Skip to content

Commit

Permalink
remove dry run suffix
Browse files Browse the repository at this point in the history
Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj committed Mar 5, 2025
1 parent 15eba9f commit 2c01765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/Harbor-Pages/Log_Rotation.robot
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Click Exclude Operation
Verify Last completed Time
${latest_purge_job_update_time}= Get Text ${latest_purge_job_update_time_xpath}
${purge_job_last_completed_time}= Get Text ${purge_job_last_completed_time_xpath}
Should Be Equal ${latest_purge_job_update_time}(Dry Run) ${purge_job_last_completed_time}
Should Be Equal ${latest_purge_job_update_time} ${purge_job_last_completed_time}

Set Log Rotation Schedule
[Arguments] ${keep_records} ${keep_records_unit} ${type} ${cron}=${null} ${exclude_operations}=@{EMPTY}
Expand Down

0 comments on commit 2c01765

Please sign in to comment.