summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bruno/users')
-rw-r--r--contrib/bruno/users/follow.bru6
-rw-r--r--contrib/bruno/users/webfinger.bru4
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/bruno/users/follow.bru b/contrib/bruno/users/follow.bru
index 89cf4e1..7c84f34 100644
--- a/contrib/bruno/users/follow.bru
+++ b/contrib/bruno/users/follow.bru
@@ -7,11 +7,7 @@ meta {
post {
url: {{HUT_HOSTNAME}}/users/sellershut/inbox
body: none
- auth: inherit
-}
-
-headers {
- Content-Type: application/activity+json
+ auth: none
}
script:pre-request {
diff --git a/contrib/bruno/users/webfinger.bru b/contrib/bruno/users/webfinger.bru
index a6d15bf..d74f19e 100644
--- a/contrib/bruno/users/webfinger.bru
+++ b/contrib/bruno/users/webfinger.bru
@@ -13,3 +13,7 @@ get {
params:query {
resource: acct:sellershut@{{HUT_DOMAIN}}
}
+
+assert {
+ res.status: eq 200
+}