aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/support/httpoison_mock.ex6
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,