Add domain name to domain transfer message

#694
This commit is contained in:
Artur Beljajev 2018-02-19 03:51:32 +02:00
parent 6a7effac50
commit 4d7a222547
7 changed files with 21 additions and 25 deletions

View file

@ -18,7 +18,9 @@ class DomainTransferTest < ActiveSupport::TestCase
@domain_transfer.approve
end
body = 'Domain transfer was approved, associated contacts were: ["jane-001", "william-001"] and registrant was john-001'
body = 'Domain transfer of shop.test has been approved.' \
' Old contacts: jane-001, william-001' \
'; old registrant: john-001'
id = @domain_transfer.id
class_name = @domain_transfer.class.name