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: Added JobRunAsUser to Queue.create #27

Closed evanspearman-a closed 12 months ago

evanspearman-a commented 12 months ago

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

JobRunAsUser is becoming a required field for create-queue, but we omit it.

What was the solution? (How)

Add said field to said calls.

What is the impact of this change?

This project will not break once the change is made to the model.

How was this change tested?

hatch run fmt && hatch run lint && hatch build && hatch run test

Was this change documented?

N/A

Is this a breaking change?

No, its' a fixing change.

AWS-Samuel commented 12 months ago

Changes look good, just gotta make CI pass