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 | |
| parent | 23f407bf093723344e63eba6a63f5cd58aa7313e (diff) | |
| download | pleroma-884d9710b209cc9981c7de61d4e95fd26cd83820.tar.gz pleroma-884d9710b209cc9981c7de61d4e95fd26cd83820.zip | |
refactoring for gun api modules
Diffstat (limited to 'test/http')
| -rw-r--r-- | test/http/adapter_helper/gun_test.exs | 2 | ||||
| -rw-r--r-- | test/http/connection_test.exs | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs index 37de11e7a..3f32898cb 100644 --- a/test/http/connection_test.exs +++ b/test/http/connection_test.exs @@ -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 |
