Check that the welcome message is sent from the correct user.

This commit is contained in:
lain 2019-02-16 17:24:31 +01:00
parent d812a347ca
commit f469a8610f
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ defmodule Pleroma.UserTest 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)