X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fhttp%2Fconnection_test.exs;h=5c1ecda0be22906d4eab61d0a9b925119172c6db;hb=6b2fb9160cd945cdd4b1265c793d1f85d559fccb;hp=37de11e7a5e5761faffc743a86842d22d36f4360;hpb=3723d723652b747b00fc26054101c15e39a5af18;p=akkoma diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs index 37de11e7a..5c1ecda0b 100644 --- a/test/http/connection_test.exs +++ b/test/http/connection_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.HTTP.ConnectionTest do @@ -10,7 +10,7 @@ defmodule Pleroma.HTTP.ConnectionTest do alias Pleroma.HTTP.Connection setup_all do - {:ok, _} = Registry.start_link(keys: :unique, name: Pleroma.Gun.API.Mock) + {:ok, _} = Registry.start_link(keys: :unique, name: Pleroma.GunMock) :ok end