fetcher_test: Fix missing mock function
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 20 Oct 2020 23:20:06 +0000 (01:20 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 5 Apr 2021 17:19:12 +0000 (19:19 +0200)
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