From 3b924702163fe198da083257b68a86caf0ac2335 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 10 Feb 2016 06:17:39 +0100
Subject: update test script


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
-- 
cgit v0.10.2