From 7e03c0c7a30dca90e90a32918e3008c34d9f25cc Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 8 Aug 2025 08:59:43 +0200 Subject: test(warden): http check --- contrib/bruno/health-check.bru | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/bruno/health-check.bru (limited to 'contrib/bruno/health-check.bru') diff --git a/contrib/bruno/health-check.bru b/contrib/bruno/health-check.bru new file mode 100644 index 0000000..0ef5178 --- /dev/null +++ b/contrib/bruno/health-check.bru @@ -0,0 +1,19 @@ +meta { + name: health-check + type: http + seq: 1 +} + +get { + url: {{WARDEN_API_HOST}} + body: none + auth: inherit +} + +assert { + res.status: eq 200 +} + +settings { + encodeUrl: true +} -- cgit v1.2.3