diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-08-26 23:19:45 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-08-26 23:19:45 +0000 |
commit | 86dca3964084c3c1b1a9c0d051ac5e214ff03c94 (patch) | |
tree | 4ed08041775310e6025f0de6d6caf52a7b46488a /test/web/common_api/common_api_utils_test.exs | |
parent | 92caa2632ba559961ebceccc9c0b44fbb8af05ed (diff) | |
download | pleroma-86dca3964084c3c1b1a9c0d051ac5e214ff03c94.tar.gz |
tests: fix formatting
Diffstat (limited to 'test/web/common_api/common_api_utils_test.exs')
-rw-r--r-- | test/web/common_api/common_api_utils_test.exs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs index f7d614582..b01ce04f8 100644 --- a/test/web/common_api/common_api_utils_test.exs +++ b/test/web/common_api/common_api_utils_test.exs @@ -42,7 +42,10 @@ defmodule Pleroma.Web.CommonAPI.UtilsTest do }, %{ "type" => "Emoji", - "icon" => %{"type" => "Image", "url" => "#{Endpoint.url()}/finmoji/128px/karjalanpiirakka-128.png"}, + "icon" => %{ + "type" => "Image", + "url" => "#{Endpoint.url()}/finmoji/128px/karjalanpiirakka-128.png" + }, "name" => ":karjalanpiirakka:" } ] |