Skip to content
Snippets Groups Projects
Commit 590e8d55 authored by kaniini's avatar kaniini
Browse files

tests: fix a completely bogus mastodon api test

parent 056305df
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
expected = %{
id: to_string(other_user.id),
following: true,
following: false,
followed_by: false,
blocking: true,
muting: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment