aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/preload
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-12-12 17:30:08 +0300
committerMark Felder <feld@FreeBSD.org>2020-12-14 11:02:32 -0600
commitcebe3c7deff87ba24f43efcf50499c45d3b3e3f9 (patch)
tree30a66e6e7077496a124848b7dc011155fb0e914e /test/pleroma/web/preload
parentf687befb93a9ad2c3dc61f47bdbb717cb1421ad5 (diff)
downloadpleroma-cebe3c7deff87ba24f43efcf50499c45d3b3e3f9.tar.gz
Fix for dropping posts/notifs in WS when mix task is executed
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
Diffstat (limited to 'test/pleroma/web/preload')
-rw-r--r--test/pleroma/web/preload/providers/instance_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/preload/providers/instance_test.exs b/test/pleroma/web/preload/providers/instance_test.exs
index 8493f2a94..6033899b0 100644
--- a/test/pleroma/web/preload/providers/instance_test.exs
+++ b/test/pleroma/web/preload/providers/instance_test.exs
@@ -50,7 +50,7 @@ defmodule Pleroma.Web.Preload.Providers.InstanceTest do
"/api/pleroma/frontend_configurations" => fe_configs
} do
assert %{
- pleroma_fe: %{background: "/images/city.jpg", logo: "/static/logo.png"}
+ pleroma_fe: %{background: "/images/city.jpg", logo: "/static/logo.svg"}
} = fe_configs
end
end