summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bruno/users')
-rw-r--r--contrib/bruno/users/get_user.bru6
-rw-r--r--contrib/bruno/users/webfinger.bru2
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/bruno/users/get_user.bru b/contrib/bruno/users/get_user.bru
index abc0d88..e62ca6a 100644
--- a/contrib/bruno/users/get_user.bru
+++ b/contrib/bruno/users/get_user.bru
@@ -5,7 +5,11 @@ meta {
}
get {
- url: {{HUT_HOSTNAME}}:{{HUT_PORT}}/users/sellershut
+ url: {{HUT_HOSTNAME}}/users/sellershut
body: none
auth: inherit
}
+
+assert {
+ res.status: eq 200
+}
diff --git a/contrib/bruno/users/webfinger.bru b/contrib/bruno/users/webfinger.bru
index 124415c..ea238f9 100644
--- a/contrib/bruno/users/webfinger.bru
+++ b/contrib/bruno/users/webfinger.bru
@@ -5,7 +5,7 @@ meta {
}
get {
- url: {{HUT_HOSTNAME}}:{{HUT_PORT}}/.well-known/webfinger?resource=acct:sellershut@localhost
+ url: {{HUT_HOSTNAME}}/.well-known/webfinger?resource=acct:sellershut@localhost
body: none
auth: inherit
}