Skip to content
Snippets Groups Projects
Commit c6edcac7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

check_http: fix output

parent 50bac1a3
No related branches found
No related tags found
1 merge request!169check_http: fix output
...@@ -149,7 +149,7 @@ else ...@@ -149,7 +149,7 @@ else
sProblems+="- jq filter [$sJq] does not match on responded JSON\n" sProblems+="- jq filter [$sJq] does not match on responded JSON\n"
else else
sOK+="- jq filter [$sJq] matches\n" sOK+="- jq filter [$sJq] matches\n"
sInfos+="Content aufter jq filter: ${_body}" sInfos+="Content after jq filter: ${_body}"
fi fi
fi fi
fi fi
......
...@@ -175,6 +175,6 @@ Found: ...@@ -175,6 +175,6 @@ Found:
- [UP] was found in body - [UP] was found in body
Hints: Hints:
Content aufter jq filter: "UP" Content after jq filter: "UP"
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment