fix tests

This commit is contained in:
Maksim Pechnikov 2020-11-18 09:58:51 +03:00
commit 9c5d1cb9ed
2 changed files with 2 additions and 2 deletions

View file

@ -471,7 +471,7 @@ defmodule Pleroma.Web.PleromaAPI.EmojiPackControllerTest do
|> delete("/api/pleroma/emoji/pack?name=test_emoji_pack")
|> json_response_and_validate_schema(500) == %{
"error" =>
"Couldn't delete the pack test_emoji_pack (POSIX error: Permission denied)"
"Couldn't delete the `test_emoji_pack` pack (POSIX error: Permission denied)"
}
end
after