tests: add a testcase for user collision
[akkoma] / test / support / httpoison_mock.ex
index ebd1e9c4d3d9932ec200bd21c269d0b407fa1f91..e3310bb5df66badb125b8aaaef435331ba246636 100644 (file)
@@ -756,6 +756,14 @@ defmodule HTTPoisonMock do
      }}
   end
 
+  def get("https://n1u.moe/users/rye", [Accept: "application/activity+json"], _) do
+    {:ok,
+     %Response{
+       status_code: 200,
+       body: File.read!("test/fixtures/httpoison_mock/rye.json")
+     }}
+  end
+
   def get(
         "https://mst3k.interlinked.me/users/luciferMysticus",
         [Accept: "application/activity+json"],