aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/config_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/pleroma/config_test.exs')
-rw-r--r--test/pleroma/config_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/config_test.exs b/test/pleroma/config_test.exs
index 1556e4237..f524d90dd 100644
--- a/test/pleroma/config_test.exs
+++ b/test/pleroma/config_test.exs
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.ConfigTest do
- use ExUnit.Case
+ use Pleroma.DataCase
test "get/1 with an atom" do
assert Pleroma.Config.get(:instance) == Application.get_env(:pleroma, :instance)