diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-13 20:20:26 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-13 20:20:26 +0300 |
commit | 0e1c481a94392b69833fbe6afc184ebbd90e1330 (patch) | |
tree | 20fcbee2c84e0959efe214c7e7b20790bf1c53dc /test/web/websub/websub_test.exs | |
parent | 33a5fc4a70b6f9b8c2d8c03a412d7eec8d5b3db1 (diff) | |
download | pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.tar.gz pleroma-0e1c481a94392b69833fbe6afc184ebbd90e1330.zip |
[#1149] Added more oban workers. Refactoring.
Diffstat (limited to 'test/web/websub/websub_test.exs')
-rw-r--r-- | test/web/websub/websub_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/websub/websub_test.exs b/test/web/websub/websub_test.exs index b704a558a..414610879 100644 --- a/test/web/websub/websub_test.exs +++ b/test/web/websub/websub_test.exs @@ -6,7 +6,7 @@ defmodule Pleroma.Web.WebsubTest do use Pleroma.DataCase use Oban.Testing, repo: Pleroma.Repo - alias Pleroma.ObanHelpers + alias Pleroma.Tests.ObanHelpers alias Pleroma.Web.Router.Helpers alias Pleroma.Web.Websub alias Pleroma.Web.Websub.WebsubClientSubscription |