mix format
This commit is contained in:
parent
431f88c731
commit
8b94badfea
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ test "it works for incoming rejects which are referenced by IRI only" do
|
||||||
test "it handles accept activities that do not contain an ID key" do
|
test "it handles accept activities that do not contain an ID key" do
|
||||||
follower = insert(:user)
|
follower = insert(:user)
|
||||||
followed = insert(:user, is_locked: true)
|
followed = insert(:user, is_locked: true)
|
||||||
|
|
||||||
pending_follow =
|
pending_follow =
|
||||||
insert(:follow_activity, follower: follower, followed: followed, state: "pending")
|
insert(:follow_activity, follower: follower, followed: followed, state: "pending")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue