From 2c10843bc43a34680ef50cc9e6a16111d89d9225 Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Mon, 11 Dec 2023 09:48:34 +0400 Subject: MediaControllerTest: Fix test. --- test/test_helper.exs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test_helper.exs') 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) -- cgit v1.2.3