aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bruno/transaction-monitoring/health-check.bru
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-11 17:18:26 +0200
committerrtkay123 <dev@kanjala.com>2025-08-11 17:18:26 +0200
commit577cb84226b832118677b5338a4e91897117f53a (patch)
treef497f3a52dac31640ce17888425ca76dd14eeb15 /contrib/bruno/transaction-monitoring/health-check.bru
parent968f8e837f8e383758d4388a00625982093dd29b (diff)
downloadwarden-577cb84226b832118677b5338a4e91897117f53a.tar.bz2
warden-577cb84226b832118677b5338a4e91897117f53a.zip
test(integration): http post
Diffstat (limited to 'contrib/bruno/transaction-monitoring/health-check.bru')
-rw-r--r--contrib/bruno/transaction-monitoring/health-check.bru19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/bruno/transaction-monitoring/health-check.bru b/contrib/bruno/transaction-monitoring/health-check.bru
new file mode 100644
index 0000000..0ef5178
--- /dev/null
+++ b/contrib/bruno/transaction-monitoring/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
+}