diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-05-19 08:37:04 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-05-19 08:37:04 +0000 |
commit | 6e8de2faae46f3dcaf6881ab40664da0057551e4 (patch) | |
tree | 5ba75e7e156daf3be270d4dba47046b941b4ea9c /test | |
parent | 4033ed671443bbb4111b45473696dc8a23fe9873 (diff) | |
download | pleroma-6e8de2faae46f3dcaf6881ab40664da0057551e4.tar.gz pleroma-6e8de2faae46f3dcaf6881ab40664da0057551e4.zip |
run mix format
Diffstat (limited to 'test')
-rw-r--r-- | test/support/httpoison_mock.ex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index ad5171492..6bbae70e1 100644 --- a/test/support/httpoison_mock.ex +++ b/test/support/httpoison_mock.ex @@ -628,7 +628,11 @@ defmodule HTTPoisonMock do }} end - def get("https://hubzilla.example.org/channel/kaniini", [Accept: "application/activity+json"], _) do + def get( + "https://hubzilla.example.org/channel/kaniini", + [Accept: "application/activity+json"], + _ + ) do {:ok, %Response{ status_code: 200, |