summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/checks.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index e8c3225..4126095 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -33,7 +33,9 @@ fi
http_status_code=$(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
- -s http://backend.test.taler.net/ -o /dev/null \
+ -s http://backend.test.taler.net/ \
+ --header "Authorization: ApiKey sandbox" \
+ -o /dev/null \
-w "%{http_code}")
if ! test 200 = $http_status_code; then
printf "$error_fmt" \