mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +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
9
test/fixtures/dns/zones.yml
vendored
9
test/fixtures/dns/zones.yml
vendored
|
@ -9,12 +9,3 @@ one:
|
||||||
minimum_ttl: 1
|
minimum_ttl: 1
|
||||||
email: admin@registry.test
|
email: admin@registry.test
|
||||||
master_nameserver: ns.test
|
master_nameserver: ns.test
|
||||||
subzone:
|
|
||||||
origin: 'sub.zone'
|
|
||||||
ttl: 1
|
|
||||||
refresh: 1
|
|
||||||
retry: 1
|
|
||||||
expire: 1
|
|
||||||
minimum_ttl: 1
|
|
||||||
email: admin@registry.test
|
|
||||||
master_nameserver: ns.test
|
|
||||||
|
|
|
@ -163,7 +163,7 @@ class CsyncRecordTest < ActiveSupport::TestCase
|
||||||
CsyncRecord.by_domain_name(@domain.name).record_new_scan(scanner_result)
|
CsyncRecord.by_domain_name(@domain.name).record_new_scan(scanner_result)
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal 2, @domain.dnskeys.count
|
assert_equal 1, @domain.dnskeys.count
|
||||||
assert_equal scanner_result[:pub], @domain.dnskeys.last.public_key
|
assert_equal scanner_result[:pub], @domain.dnskeys.last.public_key
|
||||||
|
|
||||||
mail = ActionMailer::Base.deliveries.last
|
mail = ActionMailer::Base.deliveries.last
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue