From bd78ec158b07c7f61e282ce0920c67a161f696ae Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 14 Apr 2023 12:20:04 +0200 Subject: add docs + test --- tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests.sh') 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 -- cgit v1.2.3