blob: 32523f113ae2a46f9c0b869633d61b438555d52c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
meta {
name: followers
type: http
seq: 4
}
get {
url: http://localhost:2210/users/sellershut/followers
body: none
auth: inherit
}
params:query {
~cursor: aHR0cDovL2xvY2FsaG9zdDoyMjEwL2FjdGl2aXR5L2ZvbGxvdy9ESmdfZE9oT2h4QUtsOVdESXhXSmp8MjAyNS0wNy0yMFQxMDo1OTozOC41MTgxMTla
}
assert {
res.status: eq 200
}
|