diff options
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 -} |