mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Updated pending poll message #2557
This commit is contained in:
parent
86900fb839
commit
99dc2b1483
4 changed files with 5 additions and 5 deletions
|
@ -419,9 +419,9 @@ describe Domain do
|
|||
end
|
||||
|
||||
it 'should add poll message to registrar' do
|
||||
domain = Fabricate(:domain)
|
||||
domain = Fabricate(:domain, name: 'testpollmessage123.ee')
|
||||
domain.poll_message!(:poll_pending_update_confirmed_by_registrant)
|
||||
domain.registrar.messages.first.body.should == 'Registrant confirmed domain update'
|
||||
domain.registrar.messages.first.body.should == 'Registrant confirmed domain update: testpollmessage123.ee'
|
||||
end
|
||||
|
||||
context 'about registrant update confirm' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue