MediaControllerTest: Fix test.
This commit is contained in:
parent
3cce929eec
commit
2c10843bc4
2 changed files with 15 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ ExUnit.after_suite(fn _results ->
|
|||
end)
|
||||
|
||||
defmodule Pleroma.Test.StaticConfig do
|
||||
@moduledoc """
|
||||
This module provides a Config that is completely static, built at startup time from the environment. It's safe to use in testing as it will not modify any state.
|
||||
"""
|
||||
|
||||
@behaviour Pleroma.Config.Getting
|
||||
@config Application.get_all_env(:pleroma)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue