We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a96b68 commit 154b410Copy full SHA for 154b410
e2etests/bats-tests.sh
@@ -619,7 +619,7 @@ get_value_from() {
619
message1=$(get_value_from "${lines[0]}" '.Reports[0].Object.K8sObject.GroupVersionKind.Kind + ": " + .Reports[0].Diagnostic.Message')
620
count=$(get_value_from "${lines[0]}" '.Reports | length')
621
622
- [[ "${message1}" == "Deployment: probe port bar does not a port in container \"myapp\"." ]]
+ [[ "${message1}" == "Deployment: probe port \"bar\" does not match a port in container \"myapp\"." ]]
623
[[ "${count}" == "1" ]]
624
}
625
0 commit comments