From ad22413145367bfdecc8e6165094ca74c0d6b8b0 Mon Sep 17 00:00:00 2001 From: kleph Date: Wed, 8 Apr 2020 03:21:08 +0200 Subject: [PATCH] [CI] Also fix tests --- staging_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging_tests.sh b/staging_tests.sh index 4501259..65c938e 100644 --- a/staging_tests.sh +++ b/staging_tests.sh @@ -7,7 +7,7 @@ echo "testing URL: ${TEST_URL}" CURL_OPTS='-s' # default -curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 0);' +curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 30);' [ $? -ne 0 ] && echo "Failed with default" && exit 1 # set 1 parameter