From 18adf6d4867b2e1ad9f2a7005b34b2a62336149f Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Tue, 5 Jan 2016 15:59:04 -0500 Subject: [PATCH] Use listcron instead of list-cron --- tests/rest-api-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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