GTS: cherry-picks and collection usage (#186)
[akkoma] / test / support / http_request_mock.ex
index 476e0ce04537f986ba3e46cd25f8a48e29a2b3df..ab44c489b791d29da2a8057cc3063098d66bd7c1 100644 (file)
@@ -407,6 +407,15 @@ defmodule HttpRequestMock do
      }}
   end
 
+  def get(
+        "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies?min_id=99512778738411824&page=true",
+        _,
+        _,
+        _
+      ) do
+    {:ok, %Tesla.Env{status: 404, body: ""}}
+  end
+
   def get("http://mastodon.example.org/users/relay", _, _, [
         {"accept", "application/activity+json"}
       ]) do