summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/health.bru
blob: 24be085f5cf14d3563729a9ffa2e91bcc3360164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
meta {
  name: health
  type: http
  seq: 1
}

get {
  url: {{HUT_HOSTNAME}}
  body: none
  auth: inherit
}

assert {
  res.status: eq 200
}