summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-12-11 09:48:34 +0400
committerLain Soykaf <lain@lain.com>2023-12-11 09:51:59 +0400
commit2c10843bc43a34680ef50cc9e6a16111d89d9225 (patch)
tree5c0ad4603929bafac3df125bc8d111418c989580 /test/test_helper.exs
parent3cce929eecdbabfb4bf31938851239f8418c7ba2 (diff)
downloadpleroma-2c10843bc43a34680ef50cc9e6a16111d89d9225.tar.gz
pleroma-2c10843bc43a34680ef50cc9e6a16111d89d9225.zip
MediaControllerTest: Fix test.
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index ddce27015..b7b476bdc 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -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)