diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-05-18 16:24:41 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-05-18 16:24:41 +0200 |
commit | a92a9dce94d2a2502750a4a258560283c21e2777 (patch) | |
tree | 745188ea9a74dad7aa92c53155fca4812e403029 /test/support/httpoison_mock.ex | |
parent | beb7b0ef07f880b6eecc01d04980b38ba8521a81 (diff) | |
download | pleroma-a92a9dce94d2a2502750a4a258560283c21e2777.tar.gz pleroma-a92a9dce94d2a2502750a4a258560283c21e2777.zip |
Add invisible tags to TwAPI output.
Diffstat (limited to 'test/support/httpoison_mock.ex')
-rw-r--r-- | test/support/httpoison_mock.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index 420d42a0d..54375d929 100644 --- a/test/support/httpoison_mock.ex +++ b/test/support/httpoison_mock.ex @@ -23,7 +23,7 @@ defmodule HTTPoisonMock do body: File.read!("test/fixtures/httpoison_mock/https___social.heldscal.la_user_23211.xml") }} end - + def get("https://social.heldscal.la/.well-known/webfinger", [Accept: "application/xrd+xml"], [params: [resource: "https://social.heldscal.la/user/29191"]]) do {:ok, %Response{ status_code: 200, |