diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-12-12 17:30:08 +0300 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-12-14 11:02:32 -0600 |
commit | cebe3c7deff87ba24f43efcf50499c45d3b3e3f9 (patch) | |
tree | 30a66e6e7077496a124848b7dc011155fb0e914e /test/pleroma/workers | |
parent | f687befb93a9ad2c3dc61f47bdbb717cb1421ad5 (diff) | |
download | pleroma-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/workers')
-rw-r--r-- | test/pleroma/workers/cron/new_users_digest_worker_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/workers/cron/new_users_digest_worker_test.exs b/test/pleroma/workers/cron/new_users_digest_worker_test.exs index 129534cb1..75c9aa4a3 100644 --- a/test/pleroma/workers/cron/new_users_digest_worker_test.exs +++ b/test/pleroma/workers/cron/new_users_digest_worker_test.exs @@ -28,7 +28,7 @@ defmodule Pleroma.Workers.Cron.NewUsersDigestWorkerTest do assert email.html_body =~ user.nickname assert email.html_body =~ user2.nickname assert email.html_body =~ "cofe" - assert email.html_body =~ "#{Pleroma.Web.Endpoint.url()}/static/logo.png" + assert email.html_body =~ "#{Pleroma.Web.Endpoint.url()}/static/logo.svg" end test "it doesn't fail when admin has no email" do |