aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

fix: Tests failing as new Task Status was added to API #68

Closed ttblanchard closed 7 months ago

ttblanchard commented 7 months ago

What was the problem/requirement? (What/Why)

Tests are failing because a new Task Status "NOT_COMPATIBLE" was added to the API.

What was the solution? (How)

Add the new "NOT_COMPATIBLE" value to the TaskStatus enum

What is the impact of this change?

Tests should pass

How was this change tested?

n/a

Was this change documented?

no

Is this a breaking change?

no