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

chore: Add STARTING TaskStatus #26

Closed moorec-aws closed 12 months ago

moorec-aws commented 1 year ago

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

Tests failing with KeyError because the STARTING taskStatus is missing,

What was the solution? (How)

Add STARTING TaskStatus

What is the impact of this change?

Fix Tests

How was this change tested?

hatch run lint
hatch run test

Was this change documented?

No

Is this a breaking change?

No