summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/health.bru
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bruno/health.bru')
-rw-r--r--contrib/bruno/health.bru6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/bruno/health.bru b/contrib/bruno/health.bru
index b07520e..24be085 100644
--- a/contrib/bruno/health.bru
+++ b/contrib/bruno/health.bru
@@ -5,7 +5,11 @@ meta {
}
get {
- url: {{HUT_HOSTNAME}}:{{HUT_PORT}}
+ url: {{HUT_HOSTNAME}}
body: none
auth: inherit
}
+
+assert {
+ res.status: eq 200
+}