X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Fpleroma%2Femails%2Fuser_email_test.exs;h=56455200463475e6c3e2833a1df7a1c2ab941b72;hb=ccdf55acff7ff7d29682aab3ccf283b59ad33d26;hp=771a9a49011d42cf48902cb430627c779ec34283;hpb=7726148472cd142b2053172abf61b80c10a98840;p=akkoma diff --git a/test/pleroma/emails/user_email_test.exs b/test/pleroma/emails/user_email_test.exs index 771a9a490..564552004 100644 --- a/test/pleroma/emails/user_email_test.exs +++ b/test/pleroma/emails/user_email_test.exs @@ -27,7 +27,7 @@ defmodule Pleroma.Emails.UserEmailTest do token = %Pleroma.UserInviteToken{token: "test-token"} email = UserEmail.user_invitation_email(user, token, "test@test.com", "Jonh") assert email.from == {config[:name], config[:notify_email]} - assert email.subject == "Invitation to Pleroma" + assert email.subject == "Invitation to Akkoma" assert email.to == [{"Jonh", "test@test.com"}] assert email.html_body =~