Skip to content

Commit 154b410

Browse files
jouvedhaus67
andauthored
Update e2etests/bats-tests.sh
Co-authored-by: dhaus67 <[email protected]>
1 parent 7a96b68 commit 154b410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2etests/bats-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ get_value_from() {
619619
message1=$(get_value_from "${lines[0]}" '.Reports[0].Object.K8sObject.GroupVersionKind.Kind + ": " + .Reports[0].Diagnostic.Message')
620620
count=$(get_value_from "${lines[0]}" '.Reports | length')
621621

622-
[[ "${message1}" == "Deployment: probe port bar does not a port in container \"myapp\"." ]]
622+
[[ "${message1}" == "Deployment: probe port \"bar\" does not match a port in container \"myapp\"." ]]
623623
[[ "${count}" == "1" ]]
624624
}
625625

0 commit comments

Comments
 (0)