diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-05-19 08:48:15 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-05-19 08:48:15 +0000 |
commit | 725b05d04aecaa00d5b79c81958267444bf3c91d (patch) | |
tree | 1c813d3e14d839fa1fbb675566c15356fd9217c8 /test | |
parent | f32e19f66881ed0939d83e2810c29081d5b11e16 (diff) | |
download | pleroma-725b05d04aecaa00d5b79c81958267444bf3c91d.tar.gz pleroma-725b05d04aecaa00d5b79c81958267444bf3c91d.zip |
run mix format
Diffstat (limited to 'test')
-rw-r--r-- | test/support/httpoison_mock.ex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index e733afa59..a1a542103 100644 --- a/test/support/httpoison_mock.ex +++ b/test/support/httpoison_mock.ex @@ -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( |