summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test-simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-simple.sh b/test/test-simple.sh
index 233d411..3355273 100755
--- a/test/test-simple.sh
+++ b/test/test-simple.sh
@@ -6,6 +6,6 @@ if [ -z "$1" ]; then
fi
#curl -XPOST 'http://localhost:4080/public/simple' -d @$1
-curl -H "X-Forwarded-User: heslinki" -XPOST 'http://localhost:4080/trusted/simple' -d @$1
+curl -H "X-Forwarded-User: heslinki" -XPOST 'http://localhost:4080/public/simple' -d @$1
exit 0