From 08a6f84b17ee5a592b0e159f0d9020ecb1bb3c8f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 13 Apr 2023 15:10:52 +0200 Subject: [PATCH] fix tests --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 06d10bc..d29d5e3 100644 --- a/tests.sh +++ b/tests.sh @@ -12,7 +12,7 @@ export URL="http://docker10.grote.lan:5040" mkdir -p tests echo -e ${GREEN}Test: normaler Upload${ENDCOLOR} -touch tests/file +echo content > tests/file curl -X POST -H "token: $TOKEN" -F "file=@tests/file" $URL/upload | jq echo -e ${GREEN}Test: leerer Upload${ENDCOLOR}