diff options
Diffstat (limited to 'contrib/bruno/users/followers.bru')
-rw-r--r-- | contrib/bruno/users/followers.bru | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/bruno/users/followers.bru b/contrib/bruno/users/followers.bru new file mode 100644 index 0000000..e394d30 --- /dev/null +++ b/contrib/bruno/users/followers.bru @@ -0,0 +1,15 @@ +meta { + name: followers + type: http + seq: 4 +} + +get { + url: {{HUT_HOSTNAME}}/users/sellershut/followers + body: none + auth: inherit +} + +assert { + res.status: eq 200 +} |