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

get {
  url: {{HUT_HOSTNAME}}/users/sellershut
  body: none
  auth: inherit
}

assert {
  res.status: eq 200
}