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: add missing comma to ssm command #137

Closed edwards-aws closed 1 month ago

edwards-aws commented 1 month ago

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

We were missing a comma in an ssm command list. Unfortunately in Python having two string on a separate line in a list is valid syntax and it concats the two lines together.

What was the solution? (How)

Add the missing commas!

What is the impact of this change?

Integ tests pass.

How was this change tested?

I added the new build to the requirements-test.txt in the deadline worker agent repo. I then made sure the change was in the hatch environment. I ran the linux e2e tests and made sure they passed.

Was this change documented?

N/A

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud