Merge branch 'feature/push-subject-for-dm' into 'develop'
[akkoma] / test / support / http_request_mock.ex
index 7d65209fb1e30111595c947a83a459226158fdf4..eba22c40b1dabe5c3d09d46b00ed67a8b68423fb 100644 (file)
@@ -348,6 +348,14 @@ defmodule HttpRequestMock do
      }}
   end
 
+  def get("http://mastodon.example.org/users/relay", _, _, Accept: "application/activity+json") do
+    {:ok,
+     %Tesla.Env{
+       status: 200,
+       body: File.read!("test/fixtures/tesla_mock/relay@mastdon.example.org.json")
+     }}
+  end
+
   def get("http://mastodon.example.org/users/gargron", _, _, Accept: "application/activity+json") do
     {:error, :nxdomain}
   end