summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rw-r--r--tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index d29d5e3..4b8535c 100644
--- a/tests.sh
+++ b/tests.sh
@@ -38,4 +38,7 @@ curl -X DELETE -H "token: $TOKEN" $URL/delete/file | jq
echo -e ${GREEN}Test: lösche nicht vorhandene Datei${ENDCOLOR}
curl -X DELETE -H "token: $TOKEN" $URL/delete/file2 | jq
+echo -e ${GREEN}Test: check health${ENDCOLOR}
+curl $URL/health
+
rm -rf tests