diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-08-14 17:15:33 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-08-14 17:15:33 +0000 |
commit | b8560e5ed5612e37af8a759128e322025922a862 (patch) | |
tree | 231956f550a3747b73ebe1d6f322c858060ff1e5 | |
parent | 7fbcd4caaf877749c13d6755eaaa956ac0ea5012 (diff) | |
download | pleroma-b8560e5ed5612e37af8a759128e322025922a862.tar.gz |
testsuite: formatting
-rw-r--r-- | test/support/httpoison_mock.ex | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index dc83b115e..527c2e1f7 100644 --- a/test/support/httpoison_mock.ex +++ b/test/support/httpoison_mock.ex @@ -3,11 +3,7 @@ defmodule HTTPoisonMock do def get(url, body \\ [], headers \\ []) - def get( - "https://puckipedia.com/", - [Accept: "application/activity+json"], - [] - ) do + def get("https://puckipedia.com/", [Accept: "application/activity+json"], _) do {:ok, %Response{ status_code: 200, |