mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
WebFinger Test: Add back test.
This commit is contained in:
parent
f897da2115
commit
6a2905ccf0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ defmodule Pleroma.Web.WebFingerTest do
|
|||
assert data["topic"] == nil
|
||||
assert data["subject"] == "acct:kPherox@mstdn.jp"
|
||||
assert data["ap_id"] == "https://mstdn.jp/users/kPherox"
|
||||
assert data["subscribe_address"] == nil
|
||||
assert data["subscribe_address"] == "https://mstdn.jp/authorize_interaction?acct={uri}"
|
||||
end
|
||||
|
||||
test "it works for friendica" do
|
||||
|
|
Loading…
Reference in a new issue