tests: federator: fix formatting
authorWilliam Pitcock <nenolod@dereferenced.org>
Sat, 17 Nov 2018 21:41:08 +0000 (21:41 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Sat, 17 Nov 2018 21:41:08 +0000 (21:41 +0000)
test/web/federator_test.exs

index 1d48931b54e3626e508cf4951b760f2ca52a3414..02e1ca76eb13129e1a547e60170bf02626c1172e 100644 (file)
@@ -73,7 +73,7 @@ defmodule Pleroma.Web.FederatorTest do
           "type" => "Note",
           "content" => "hi world!",
           "id" => "http://mastodon.example.org/users/admin/objects/1",
-          "attributedTo" => "http://mastodon.example.org/users/admin",
+          "attributedTo" => "http://mastodon.example.org/users/admin"
         },
         "to" => ["https://www.w3.org/ns/activitystreams#Public"]
       }
@@ -91,7 +91,7 @@ defmodule Pleroma.Web.FederatorTest do
           "type" => "Note",
           "content" => "hi world!",
           "id" => "http://mastodon.example.org/users/admin/objects/1",
-          "attributedTo" => "http://mastodon.example.org/users/admin",
+          "attributedTo" => "http://mastodon.example.org/users/admin"
         },
         "to" => ["https://www.w3.org/ns/activitystreams#Public"]
       }