Fix MRF policies to also work with Update
[akkoma] / test / pleroma / http_test.exs
index d394bb94222770ef9217023e769a5e4888a1353c..e8a2538d30da79e5d9c7ad77447671001625eeef 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.HTTPTest do
@@ -9,6 +9,8 @@ defmodule Pleroma.HTTPTest do
   alias Pleroma.HTTP
 
   setup do
+    clear_config([:http, :send_user_agent], false)
+
     mock(fn
       %{
         method: :get,