projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbcd4c
)
testsuite: formatting
author
William Pitcock
<nenolod@dereferenced.org>
Tue, 14 Aug 2018 17:15:33 +0000
(17:15 +0000)
committer
William Pitcock
<nenolod@dereferenced.org>
Tue, 14 Aug 2018 17:15:33 +0000
(17:15 +0000)
test/support/httpoison_mock.ex
patch
|
blob
|
history
diff --git
a/test/support/httpoison_mock.ex
b/test/support/httpoison_mock.ex
index dc83b115eb493adab4c09cb265ce73e4b29607dc..527c2e1f7f6ac6f03661f032fcc27f4dc03fb5ae 100644
(file)
--- 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,