From fa828229326c5c0d8fc2d119e8cf0d70a63c5ef9 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 18 Jun 2017 18:59:13 +0200 Subject: Revert "Add invisible tags to TwAPI output." This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777. --- test/support/httpoison_mock.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/support') diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index 54375d929..420d42a0d 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, -- cgit v1.2.3