fetcher_test: Fix missing mock function
[akkoma] / test / pleroma / object / fetcher_test.exs
index a7ac9034864306f90c9be702a2ac6b43179ff583..8d9c6c3cb7cfc75f93aa739b1e3c262802fa542c 100644 (file)
@@ -66,6 +66,14 @@ defmodule Pleroma.Object.FetcherTest do
           %Tesla.Env{
             status: 500
           }
+
+        %{
+          method: :get,
+          url: "https://stereophonic.space/objects/02997b83-3ea7-4b63-94af-ef3aa2d4ed17"
+        } ->
+          %Tesla.Env{
+            status: 500
+          }
       end)
 
       :ok