aboutsummaryrefslogtreecommitdiff
path: root/test/http/adapter_helper
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-03 19:24:14 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-03 19:24:14 +0300
commit884d9710b209cc9981c7de61d4e95fd26cd83820 (patch)
treed46908da7a856f8493caf2388011c7cb70df1e30 /test/http/adapter_helper
parent23f407bf093723344e63eba6a63f5cd58aa7313e (diff)
downloadpleroma-884d9710b209cc9981c7de61d4e95fd26cd83820.tar.gz
refactoring for gun api modules
Diffstat (limited to 'test/http/adapter_helper')
-rw-r--r--test/http/adapter_helper/gun_test.exs2
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