summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-22 13:27:05 +0200
committerrtkay123 <dev@kanjala.com>2025-07-22 13:27:05 +0200
commite0c23477bd07c86522df6e972fbdb7a70d647431 (patch)
tree18bca2d802487088f6cdeacb2850ef7bccdb1278 /contrib/bruno/users
parent377487e86984441041c23261515bb907fe8a8d06 (diff)
downloadsellershut-e0c23477bd07c86522df6e972fbdb7a70d647431.tar.bz2
sellershut-e0c23477bd07c86522df6e972fbdb7a70d647431.zip
test(integration): followers
Diffstat (limited to 'contrib/bruno/users')
-rw-r--r--contrib/bruno/users/followers.bru15
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
+}