aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bruno/configuration
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-17 11:47:50 +0200
committerGitHub <noreply@github.com>2025-08-17 11:47:50 +0200
commit37e802b42bb53ac81d47bcf7b1e78d078b54dcb9 (patch)
treef67331fef39158629f6ec397d004b08f991216dd /contrib/bruno/configuration
parent3844fdb97392906fb6f75efeca1b01a94e42fc6c (diff)
downloadwarden-37e802b42bb53ac81d47bcf7b1e78d078b54dcb9.tar.bz2
warden-37e802b42bb53ac81d47bcf7b1e78d078b54dcb9.zip
ci: test (#5)
Diffstat (limited to 'contrib/bruno/configuration')
-rw-r--r--contrib/bruno/configuration/health-check.bru19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/bruno/configuration/health-check.bru b/contrib/bruno/configuration/health-check.bru
new file mode 100644
index 0000000..62f66a9
--- /dev/null
+++ b/contrib/bruno/configuration/health-check.bru
@@ -0,0 +1,19 @@
+meta {
+ name: health-check
+ type: http
+ seq: 4
+}
+
+get {
+ url: {{WARDEN_CFG_HOST}}
+ body: none
+ auth: inherit
+}
+
+assert {
+ res.status: eq 200
+}
+
+settings {
+ encodeUrl: true
+}