Skip to content

Commit

Permalink
fix: Tests failing as new Task Status was added to API (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Blanchard <[email protected]>
  • Loading branch information
ttblanchard authored Mar 12, 2024
1 parent 7f21c76 commit a1ea341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deadline_test_fixtures/deadline/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ class TaskStatus(StrEnum):
CANCELED = "CANCELED"
FAILED = "FAILED"
SUCCEEDED = "SUCCEEDED"
NOT_COMPATIBLE = "NOT_COMPATIBLE"


COMPLETE_TASK_STATUSES = set(
Expand Down

0 comments on commit a1ea341

Please sign in to comment.