summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/webfinger.bru
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bruno/users/webfinger.bru')
-rw-r--r--contrib/bruno/users/webfinger.bru4
1 files changed, 4 insertions, 0 deletions
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
+}