summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index c8a45aa..4a50237 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -40,7 +40,7 @@ if ! test 200 = $(curl \
exit 1
fi
-if ! test 200 = $(curl \
+if ! test 302 = $(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
-s https://bank.test.taler.net/ -o /dev/null \
-w "%{http_code}"); then