Add invisible tags to TwAPI output.

This commit is contained in:
Roger Braun 2017-05-18 16:24:41 +02:00
commit a92a9dce94
3 changed files with 21 additions and 6 deletions

View file

@ -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,