summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/webfinger.bru
blob: d74f19e67227b75d338e208f7945b6009e7bba3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
meta {
  name: webfinger
  type: http
  seq: 2
}

get {
  url: {{HUT_HOSTNAME}}/.well-known/webfinger?resource=acct:sellershut@{{HUT_DOMAIN}}
  body: none
  auth: inherit
}

params:query {
  resource: acct:sellershut@{{HUT_DOMAIN}}
}

assert {
  res.status: eq 200
}