Skip to content

Commit 219b603

Browse files
committed
Fix typo in test.sh actual response
1 parent c0f5700 commit 219b603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ run_test () {
7777
fi
7878

7979
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:-""}"
80+
printf "${RED}${name} -- regex not found in response\n\tPath: ${path}\n\tRegEx: ${expectedResponseRegex//%/%%}\n\tactual:${response:-""}"
8181
NUM_FAILED=$((${NUM_FAILED} + 1))
8282
okay=0
8383
fi

0 commit comments

Comments
 (0)