forked from AkkomaGang/akkoma
SideEffects: fix test
This commit is contained in:
parent
04af0bbe44
commit
5d15486098
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ test "it blocks but does not unfollow if the relevant setting is set", %{
|
|||
|
||||
describe "update users" do
|
||||
setup do
|
||||
user = insert(:user)
|
||||
user = insert(:user, local: false)
|
||||
{:ok, update_data, []} = Builder.update(user, %{"id" => user.ap_id, "name" => "new name!"})
|
||||
{:ok, update, _meta} = ActivityPub.persist(update_data, local: true)
|
||||
|
||||
|
|
Loading…
Reference in a new issue