tests: add a test to verify the general fake direction protection works in all cases
[akkoma] / test / support / httpoison_mock.ex
index e3310bb5df66badb125b8aaaef435331ba246636..0be09b6ce56b9ad403d2e56a7642a1312995c038 100644 (file)
@@ -56,6 +56,14 @@ defmodule HTTPoisonMock do
      }}
   end
 
+  def get("https://info.pleroma.site/activity4.json", _, _) do
+    {:ok,
+     %Response{
+       status_code: 200,
+       body: File.read!("test/fixtures/httpoison_mock/https__info.pleroma.site_activity4.json")
+     }}
+  end
+
   def get("https://info.pleroma.site/actor.json", _, _) do
     {:ok,
      %Response{