forked from AkkomaGang/akkoma
Check that the welcome message is sent from the correct user.
This commit is contained in:
parent
d812a347ca
commit
f469a8610f
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ test "it sends a welcome message if it is set" do
|
|||
activity = Repo.one(Pleroma.Activity)
|
||||
assert registered_user.ap_id in activity.recipients
|
||||
assert activity.data["object"]["content"] =~ "cool site"
|
||||
assert activity.actor == welcome_user.ap_id
|
||||
|
||||
Pleroma.Config.put([:instance, :welcome_user_nickname], nil)
|
||||
Pleroma.Config.put([:instance, :welcome_message], nil)
|
||||
|
|
Loading…
Reference in a new issue