diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-10-31 14:53:14 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-10-31 14:53:14 +0100 |
commit | 997c01be53ecb5ee65dccb84c5f21df334bea812 (patch) | |
tree | 8ef4424283031bfb6184926eb2b89acc7cc3d706 /test/web/mastodon_api/mastodon_api_controller_test.exs | |
parent | f23edd2d6b67ee30ccd16b7a27d9e07a9f928574 (diff) | |
parent | 968a546d4ac7d6b50af84aea71b3b37af8f2f669 (diff) | |
download | pleroma-997c01be53ecb5ee65dccb84c5f21df334bea812.tar.gz pleroma-997c01be53ecb5ee65dccb84c5f21df334bea812.zip |
Merge branch 'feature/mastodon-api-fixes' into develop
Diffstat (limited to 'test/web/mastodon_api/mastodon_api_controller_test.exs')
-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 485a0d029..b97ca06e8 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -319,7 +319,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do end) end - test "account seach", %{conn: conn} do + test "account search", %{conn: conn} do user = insert(:user) user_two = insert(:user, %{nickname: "shp@shitposter.club"}) user_three = insert(:user, %{nickname: "shp@heldscal.la", name: "I love 2hu"}) |