CKAD Mock Tests

It looks like the validation is looking for specified format
kubectl get jobs -o=jsonpath=‘{.items[*].spec.template.spec.containers[].args}’ | grep "I am going to ace CKAD!"’ returned non-zero exit status.
The validation fails when its given as command: [“cowsay”, “I am going to ace CKAD!”] even though it gives the same result.
good if you can add an or condition or check output of the pods to see if the command worked. Its happening in multiple questions.