summaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-06-18 18:59:13 +0200
committerRoger Braun <roger@rogerbraun.net>2017-06-18 18:59:13 +0200
commitfa828229326c5c0d8fc2d119e8cf0d70a63c5ef9 (patch)
treea59f584394248673981a122e742a529108923d5b /test/support
parentd00571ff75567aa43618f660205faeac6e9485fb (diff)
downloadpleroma-fa828229326c5c0d8fc2d119e8cf0d70a63c5ef9.tar.gz
pleroma-fa828229326c5c0d8fc2d119e8cf0d70a63c5ef9.zip
Revert "Add invisible tags to TwAPI output."
This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777.
Diffstat (limited to 'test/support')
-rw-r--r--test/support/httpoison_mock.ex2
1 files changed, 1 insertions, 1 deletions
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,