Skip to content

Commit

Permalink
Update e2etests/bats-tests.sh
Browse files Browse the repository at this point in the history
Co-authored-by: dhaus67 <[email protected]>
  • Loading branch information
jouve and dhaus67 authored Nov 30, 2022
1 parent 7a96b68 commit 154b410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2etests/bats-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ get_value_from() {
message1=$(get_value_from "${lines[0]}" '.Reports[0].Object.K8sObject.GroupVersionKind.Kind + ": " + .Reports[0].Diagnostic.Message')
count=$(get_value_from "${lines[0]}" '.Reports | length')

[[ "${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\"." ]]
[[ "${count}" == "1" ]]
}

Expand Down

0 comments on commit 154b410

Please sign in to comment.