diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-11 17:18:26 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-11 17:18:26 +0200 |
commit | 577cb84226b832118677b5338a4e91897117f53a (patch) | |
tree | f497f3a52dac31640ce17888425ca76dd14eeb15 /contrib/bruno/health-check.bru | |
parent | 968f8e837f8e383758d4388a00625982093dd29b (diff) | |
download | warden-577cb84226b832118677b5338a4e91897117f53a.tar.bz2 warden-577cb84226b832118677b5338a4e91897117f53a.zip |
test(integration): http post
Diffstat (limited to 'contrib/bruno/health-check.bru')
-rw-r--r-- | contrib/bruno/health-check.bru | 19 |
1 files changed, 0 insertions, 19 deletions
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 -} |