diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-02-10 05:17:39 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-02-10 05:17:39 (GMT) |
commit | 3b924702163fe198da083257b68a86caf0ac2335 (patch) | |
tree | fc80d95869f58f6bfca07a4c4d4d3999643f0812 | |
parent | 3298e7a583f9825dbe77c26f8e60c78c963cd26c (diff) |
update test script
-rwxr-xr-x | test/test-simple.sh | 2 |
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 |