aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bruno/configuration/health-check.bru
blob: 62f66a9129921962c3677556e5d276eae2fd2ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}