diff options
author | lain <lain@soykaf.club> | 2018-11-27 18:12:03 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-11-27 18:12:03 +0100 |
commit | badbe2656c9ac33c35976ae8ebdbd6c305300307 (patch) | |
tree | dd2ba5d8298ca9b31170894471f2d4bf8f96a0bf /test/web/mastodon_api | |
parent | ec464ef20af289769ea69520e58791777f62554b (diff) | |
download | pleroma-badbe2656c9ac33c35976ae8ebdbd6c305300307.tar.gz pleroma-badbe2656c9ac33c35976ae8ebdbd6c305300307.zip |
More fixes.
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r-- | test/web/mastodon_api/mastodon_api_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index 8577d1b5b..ef9db20cf 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -1105,7 +1105,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do refute User.blocks?(user, other_user) end - test "getting a list of domain blocks" do + test "getting a list of domain blocks", %{conn: conn} do user = insert(:user) {:ok, user} = User.block_domain(user, "bad.site") |