diff --git a/test/pleroma/web/o_status/o_status_controller_test.exs b/test/pleroma/web/o_status/o_status_controller_test.exs index b243e1692..41aef98b1 100644 --- a/test/pleroma/web/o_status/o_status_controller_test.exs +++ b/test/pleroma/web/o_status/o_status_controller_test.exs @@ -356,7 +356,7 @@ test "Soapbox FE", %{conn: conn} do |> response(200) expected = - "" + "" assert resp =~ expected end @@ -372,7 +372,7 @@ test "Mastodon", %{conn: conn} do |> response(200) expected = - "" + "" assert resp =~ expected end @@ -388,7 +388,7 @@ test "Twitter", %{conn: conn} do |> response(200) expected = - "" + "" assert resp =~ expected end