Get rid of unused fixture

This commit is contained in:
Alex Sherman 2021-03-30 16:16:26 +05:00
parent 062daac523
commit 56565d66d8
2 changed files with 1 additions and 10 deletions

View file

@ -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