1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-24 19:55:05 +01:00

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

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)