run mix format
This commit is contained in:
parent
f32e19f668
commit
725b05d04a
3 changed files with 24 additions and 16 deletions
|
|
@ -8,11 +8,11 @@ defmodule HTTPoisonMock do
|
|||
[Accept: "application/xrd+xml,application/jrd+json"],
|
||||
follow_redirect: true
|
||||
) do
|
||||
{:ok,
|
||||
%Response{
|
||||
status_code: 200,
|
||||
body: File.read!("test/fixtures/httpoison_mock/kaniini@gerzilla.de.json")
|
||||
}}
|
||||
{:ok,
|
||||
%Response{
|
||||
status_code: 200,
|
||||
body: File.read!("test/fixtures/httpoison_mock/kaniini@gerzilla.de.json")
|
||||
}}
|
||||
end
|
||||
|
||||
def get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue