From 5758ef50c8b1297e29f32aea105e8821e625ab6f Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 19 Jul 2025 21:59:12 +0200 Subject: feat(test): use env in integration --- contrib/bruno/health.bru | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib/bruno/health.bru') 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 +} -- cgit v1.2.3