diff options
author | lain <lain@soykaf.club> | 2025-03-11 16:04:14 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2025-03-11 16:04:14 +0000 |
commit | 66687beddaf6cee236a2e035c0f4582ec586f957 (patch) | |
tree | 9ee7bf53ef26d1fc2f39922808b8beb24c18414f /test/support/data_case.ex | |
parent | af6d5470d29f294e9b356da36cccbcaf85379f78 (diff) | |
parent | 5ce612b2723381a978f3810a414a3c3038a1859c (diff) | |
download | pleroma-66687beddaf6cee236a2e035c0f4582ec586f957.tar.gz pleroma-66687beddaf6cee236a2e035c0f4582ec586f957.zip |
Merge branch 'release/2.9.1' into 'stable'stable
Release/2.9.1
See merge request pleroma/pleroma!4338
Diffstat (limited to 'test/support/data_case.ex')
-rw-r--r-- | test/support/data_case.ex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/support/data_case.ex b/test/support/data_case.ex index 52d4bef1a..304bee5da 100644 --- a/test/support/data_case.ex +++ b/test/support/data_case.ex @@ -117,6 +117,8 @@ defmodule Pleroma.DataCase do Mox.stub_with(Pleroma.ConfigMock, Pleroma.Config) Mox.stub_with(Pleroma.StaticStubbedConfigMock, Pleroma.Test.StaticConfig) Mox.stub_with(Pleroma.StubbedHTTPSignaturesMock, Pleroma.Test.HTTPSignaturesProxy) + + Mox.stub_with(Pleroma.DateTimeMock, Pleroma.DateTime.Impl) end def ensure_local_uploader(context) do |