forked from AkkomaGang/akkoma
tests: fix a completely bogus mastodon api test
This commit is contained in:
parent
056305dfa7
commit
590e8d5555
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ test "represent a relationship" do
|
|||
|
||||
expected = %{
|
||||
id: to_string(other_user.id),
|
||||
following: true,
|
||||
following: false,
|
||||
followed_by: false,
|
||||
blocking: true,
|
||||
muting: false,
|
||||
|
|
Loading…
Reference in a new issue