diff options
Diffstat (limited to 'tests.sh')
| -rw-r--r-- | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |