X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Fhttp_test.exs;h=cd537729ab2cce1cb994092e24779197cce010fc;hb=142646426e1830ac0e0461075a99a27ac5813ceb;hp=d394bb94222770ef9217023e769a5e4888a1353c;hpb=a65fc78c6a14e1333ce71d28824a490a8a6da69b;p=akkoma diff --git a/test/pleroma/http_test.exs b/test/pleroma/http_test.exs index d394bb942..cd537729a 100644 --- a/test/pleroma/http_test.exs +++ b/test/pleroma/http_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors +# Copyright © 2017-2021 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.HTTPTest do @@ -9,6 +9,7 @@ defmodule Pleroma.HTTPTest do alias Pleroma.HTTP setup do + clear_config([:http, :send_user_agent], false) mock(fn %{ method: :get,