diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-13 15:06:34 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-13 15:06:34 +0300 |
commit | bc3e8c033bbef303890ff6afa92d1fe365e530fb (patch) | |
tree | 9365a903a81bbc35fbf37c3c84fe156f0f02bbd7 | |
parent | ec5aaf5bd72c91db93a9dbfbe73b58cf7ae5e566 (diff) | |
download | pleroma-bc3e8c033bbef303890ff6afa92d1fe365e530fb.tar.gz |
fix formatting
-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 f899d77d9..58efbba38 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -3626,7 +3626,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do res = post(conn, "/api/v1/accounts", valid_params) assert json_response(res, 200) - [{127,0,0,1}, {127,0,0,2}, {127,0,0,3}, {127,0,0,4}] + [{127, 0, 0, 1}, {127, 0, 0, 2}, {127, 0, 0, 3}, {127, 0, 0, 4}] |> Stream.zip(valid_params) |> Enum.each(fn {ip, {attr, _}} -> res = |