From 577cb84226b832118677b5338a4e91897117f53a Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 11 Aug 2025 17:18:26 +0200 Subject: test(integration): http post --- contrib/bruno/health-check.bru | 19 ------------------- 1 file changed, 19 deletions(-) delete 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 deleted file mode 100644 index 0ef5178..0000000 --- a/contrib/bruno/health-check.bru +++ /dev/null @@ -1,19 +0,0 @@ -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