diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-10-31 14:46:01 +0100 | 
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-10-31 14:46:01 +0100 | 
| commit | 2f39bb6b432ad993b86146d3e0284dc30653c6b4 (patch) | |
| tree | 9ba45dba6b3d696d6eb53ae7c7f308a3cd4d4283 | |
| parent | ce7f9f527c55b282a56c86a68c358a6272d01aee (diff) | |
| download | pleroma-2f39bb6b432ad993b86146d3e0284dc30653c6b4.tar.gz pleroma-2f39bb6b432ad993b86146d3e0284dc30653c6b4.zip | |
Typo.
| -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"}) | 
