fix emoji tests
[akkoma] / test / pleroma / http_test.exs
index e6a6d31b3f56f3530808e11ac229414749105814..cd537729ab2cce1cb994092e24779197cce010fc 100644 (file)
@@ -9,6 +9,7 @@ defmodule Pleroma.HTTPTest do
   alias Pleroma.HTTP
 
   setup do
+    clear_config([:http, :send_user_agent], false)
     mock(fn
       %{
         method: :get,