Fix for dropping posts/notifs in WS when mix task is executed
[akkoma] / test / pleroma / workers / cron / new_users_digest_worker_test.exs
index 129534cb1695df351c576492fdac738a1ac27fe5..75c9aa4a30ab7ae1a36908e765ccd6ffd43263f1 100644 (file)
@@ -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