diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-22 13:27:05 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-22 13:27:05 +0200 |
commit | e0c23477bd07c86522df6e972fbdb7a70d647431 (patch) | |
tree | 18bca2d802487088f6cdeacb2850ef7bccdb1278 /contrib | |
parent | 377487e86984441041c23261515bb907fe8a8d06 (diff) | |
download | sellershut-e0c23477bd07c86522df6e972fbdb7a70d647431.tar.bz2 sellershut-e0c23477bd07c86522df6e972fbdb7a70d647431.zip |
test(integration): followers
Diffstat (limited to 'contrib')
-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 +} |