diff options
Diffstat (limited to 'test/mix/tasks/pleroma/user_test.exs')
| -rw-r--r--[-rwxr-xr-x] | test/mix/tasks/pleroma/user_test.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/mix/tasks/pleroma/user_test.exs b/test/mix/tasks/pleroma/user_test.exs index 4fdf691..c9bcf29 100755..100644 --- a/test/mix/tasks/pleroma/user_test.exs +++ b/test/mix/tasks/pleroma/user_test.exs @@ -20,6 +20,11 @@ defmodule Mix.Tasks.Pleroma.UserTest do import Mock import Pleroma.Factory + setup do + Mox.stub_with(Pleroma.UnstubbedConfigMock, Pleroma.Config) + :ok + end + setup_all do Mix.shell(Mix.Shell.Process) |
