diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-10-21 01:20:06 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-04-05 19:19:12 +0200 |
commit | 0b88accae632e371becacb16be4e8798aa80c705 (patch) | |
tree | 2ed0abf95b7a8d92d4f3feb51a0fe8d600b34055 /test | |
parent | 6c9f6e62c8453f023c6ec9106d1a7c3e66ab95b7 (diff) | |
download | pleroma-0b88accae632e371becacb16be4e8798aa80c705.tar.gz |
fetcher_test: Fix missing mock function
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/object/fetcher_test.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pleroma/object/fetcher_test.exs b/test/pleroma/object/fetcher_test.exs index a7ac90348..8d9c6c3cb 100644 --- a/test/pleroma/object/fetcher_test.exs +++ b/test/pleroma/object/fetcher_test.exs @@ -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 |