We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f5700 commit 219b603Copy full SHA for 219b603
test/test.sh
@@ -77,7 +77,7 @@ run_test () {
77
fi
78
79
if [ "${okay}" == '1' ] && [ "${expectedResponseRegex}" != "" ] && ! [[ "${response}" =~ ${expectedResponseRegex} ]]; then
80
- printf "${RED}${name} -- regex not found in response\n\tPath: ${path}\n\tRegEx: ${expectedResponseRegex//%/%%}\n\tactual:${reponse:-""}"
+ printf "${RED}${name} -- regex not found in response\n\tPath: ${path}\n\tRegEx: ${expectedResponseRegex//%/%%}\n\tactual:${response:-""}"
81
NUM_FAILED=$((${NUM_FAILED} + 1))
82
okay=0
83
0 commit comments