diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-28 14:00:25 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-28 14:00:25 +0400 |
commit | f5978da67633110acbc6494ff6f07b3f07424779 (patch) | |
tree | 936871934b893ae546176df774ded4bbcf72ab23 /test/support/data_case.ex | |
parent | 3b4be5daa2c24d674665d6bc490e5d8f0878dd6e (diff) | |
download | pleroma-f5978da67633110acbc6494ff6f07b3f07424779.tar.gz pleroma-f5978da67633110acbc6494ff6f07b3f07424779.zip |
HTTPSignaturePlugTest: Rewrite to use mox.
Diffstat (limited to 'test/support/data_case.ex')
-rw-r--r-- | test/support/data_case.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/data_case.ex b/test/support/data_case.ex index 14403f0b8..52d4bef1a 100644 --- a/test/support/data_case.ex +++ b/test/support/data_case.ex @@ -116,6 +116,7 @@ defmodule Pleroma.DataCase do Mox.stub_with(Pleroma.Web.FederatorMock, Pleroma.Web.Federator) Mox.stub_with(Pleroma.ConfigMock, Pleroma.Config) Mox.stub_with(Pleroma.StaticStubbedConfigMock, Pleroma.Test.StaticConfig) + Mox.stub_with(Pleroma.StubbedHTTPSignaturesMock, Pleroma.Test.HTTPSignaturesProxy) end def ensure_local_uploader(context) do |