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

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

assert {
  res.status: eq 200
}