aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 50739f5..56de8ee 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -4,6 +4,9 @@ set -e
HOST=${HOST:-localhost}
# Check features
+curl -s -H "Content-Type: application/json" http://$HOST:8080/version
+
+# Check features
curl -s -H "Content-Type: application/json" http://$HOST:8080/features \
| grep -qs '["realm"]'