mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Fix jquery datapicker requirement
This commit is contained in:
parent
5ff570b7e1
commit
67f6e2ca84
4 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ class CsyncRecordTest < ActiveSupport::TestCase
|
|||
assert @domain.dnskeys.empty?
|
||||
|
||||
mail = ActionMailer::Base.deliveries.last
|
||||
assert_equal (@domain.contacts.map(&:email) << @domain.registrant.email).uniq, mail.to
|
||||
assert_equal (@domain.contacts.map(&:email) << @domain.registrant.email).uniq.sort, mail.to.sort
|
||||
assert_equal mail.subject, "Teie domeeni #{@domain.name} DNSSEC andmed on eemaldatud / DNSSEC data for #{@domain.name} has been removed"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue