diff --git a/tests/rest-api-test.sh b/tests/rest-api-test.sh index 0e81f72..2559de1 100755 --- a/tests/rest-api-test.sh +++ b/tests/rest-api-test.sh @@ -19,5 +19,5 @@ echo "" . ./utils/resty -W "http://127.0.0.1:12151" -H "Accept: application/json" -H "Content-Type: application/json" -u ${fuser}:${fpass} # Check the reply of this REST query -POST /sysadm/lifepreserver '{ "action":"list-cron" }' -v +POST /sysadm/lifepreserver '{ "action":"listcron" }' -v