X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fmrf_module_mock.ex;h=028ea542a160d43b441e8ff2c8b0e96d997b3ff6;hb=205313e54146c00374e3edfa951132a7229fa16d;hp=e5ae21ad84e3bdb92b377308be283e237495f99c;hpb=7089400675ddc05cf29591a4109d8a96c173ad99;p=akkoma diff --git a/test/support/mrf_module_mock.ex b/test/support/mrf_module_mock.ex index e5ae21ad8..028ea542a 100644 --- a/test/support/mrf_module_mock.ex +++ b/test/support/mrf_module_mock.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule MRFModuleMock do @@ -9,5 +9,5 @@ defmodule MRFModuleMock do def filter(message), do: {:ok, message} @impl true - def describe(), do: %{"mrf_module_mock" => "some config data"} + def describe, do: {:ok, %{mrf_module_mock: "some config data"}} end