REST API testing script fix
This commit is contained in:
parent
b4042cbf15
commit
5f4f5d892f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function test_put {
|
|||
else
|
||||
echo "Test $TESTS_AMOUNT failed."
|
||||
echo "Test $TESTS_AMOUNT failed." >> $ERROR_LOG
|
||||
echo "$response" > $ERROR_LOG
|
||||
echo "$response" >> $ERROR_LOG
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue