diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 19:24:14 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 19:24:14 +0300 |
commit | 884d9710b209cc9981c7de61d4e95fd26cd83820 (patch) | |
tree | d46908da7a856f8493caf2388011c7cb70df1e30 /test/http/adapter_helper | |
parent | 23f407bf093723344e63eba6a63f5cd58aa7313e (diff) | |
download | pleroma-884d9710b209cc9981c7de61d4e95fd26cd83820.tar.gz |
refactoring for gun api modules
Diffstat (limited to 'test/http/adapter_helper')
-rw-r--r-- | test/http/adapter_helper/gun_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http/adapter_helper/gun_test.exs b/test/http/adapter_helper/gun_test.exs index bc7e3f0e0..66ca416d9 100644 --- a/test/http/adapter_helper/gun_test.exs +++ b/test/http/adapter_helper/gun_test.exs @@ -12,7 +12,7 @@ defmodule Pleroma.HTTP.AdapterHelper.GunTest do alias Pleroma.Pool.Connections 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 |