Skip to content

Commit c55595f

Browse files
committed
Fixed Integration Test
1 parent a00c503 commit c55595f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/progress/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def test_migration_progress_job_has_schedule(ws: WorkspaceClient, installation_c
5454
assert schedule is not None, "No schedule found for the migration-progress workflow."
5555
assert schedule.quartz_cron_expression, "No cron expression found for the migration-progress workflow."
5656
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."
57+
assert schedule.pause_status == PauseStatus.PAUSED, "Workflow schedule should not be paused."

0 commit comments

Comments
 (0)