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/connection_test.exs | |
parent | 23f407bf093723344e63eba6a63f5cd58aa7313e (diff) | |
download | pleroma-884d9710b209cc9981c7de61d4e95fd26cd83820.tar.gz pleroma-884d9710b209cc9981c7de61d4e95fd26cd83820.zip |
refactoring for gun api modules
Diffstat (limited to 'test/http/connection_test.exs')
-rw-r--r-- | test/http/connection_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |