We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00c503 commit c55595fCopy full SHA for c55595f
tests/integration/progress/test_workflows.py
@@ -54,4 +54,4 @@ def test_migration_progress_job_has_schedule(ws: WorkspaceClient, installation_c
54
assert schedule is not None, "No schedule found for the migration-progress workflow."
55
assert schedule.quartz_cron_expression, "No cron expression found for the migration-progress workflow."
56
assert schedule.timezone_id, "No time-zone specified for scheduling the migration-progress workflow."
57
- assert schedule.pause_status == PauseStatus.UNPAUSED, "Workflow schedule should not be paused."
+ assert schedule.pause_status == PauseStatus.PAUSED, "Workflow schedule should not be paused."
0 commit comments