Add invisible tags to TwAPI output.
[akkoma] / test / support / httpoison_mock.ex
index 420d42a0def34a70e999ca850caa6bffeffdaaf6..54375d92974c2c7c21bb4ac2c626f49d7d7a2ecc 100644 (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,