forked from AkkomaGang/akkoma
fetcher_test: Fix missing mock function
This commit is contained in:
parent
6c9f6e62c8
commit
0b88accae6
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue