Assertions/Tests using ArrayWith #22614
Unanswered
automartin5000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following this Stack Overflow answer, I'm trying to write a test to check if a container is in a Task Definition. I'd also like to test that the expected number of containers is in a container definition. I can't get the aforementioned Stack Overflow answer to work using something like:
My tests are returning:
Missing element at pattern index 0 at /Properties/ContainerDefinitions (using arrayWith matcher)
Beta Was this translation helpful? Give feedback.
All reactions