Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 1808-pleroma-sucks
This commit is contained in:
commit
f20dff451e
9 changed files with 506 additions and 284 deletions
|
|
@ -19,6 +19,12 @@ defmodule Pleroma.Web.ActivityPub.MRF.StealEmojiPolicyTest do
|
|||
File.mkdir!(emoji_path)
|
||||
|
||||
Pleroma.Emoji.reload()
|
||||
|
||||
on_exit(fn ->
|
||||
File.rm_rf!(emoji_path)
|
||||
end)
|
||||
|
||||
:ok
|
||||
end
|
||||
|
||||
test "does nothing by default" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue