mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Get rid of unused fixture
This commit is contained in:
parent
062daac523
commit
56565d66d8
2 changed files with 1 additions and 10 deletions
|
@ -163,7 +163,7 @@ class CsyncRecordTest < ActiveSupport::TestCase
|
|||
CsyncRecord.by_domain_name(@domain.name).record_new_scan(scanner_result)
|
||||
end
|
||||
|
||||
assert_equal 2, @domain.dnskeys.count
|
||||
assert_equal 1, @domain.dnskeys.count
|
||||
assert_equal scanner_result[:pub], @domain.dnskeys.last.public_key
|
||||
|
||||
mail = ActionMailer::Base.deliveries.last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue