Update src/registrar/tests/test_reports.py

This commit is contained in:
zandercymatics 2024-05-08 14:43:51 -06:00 committed by GitHub
parent 5c685a3fd6
commit fda321b02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,6 +204,7 @@ class ExportDataTest(MockDb, MockEppLib):
def test_export_domains_to_writer_security_emails_and_first_ready(self): def test_export_domains_to_writer_security_emails_and_first_ready(self):
"""Test that export_domains_to_writer returns the """Test that export_domains_to_writer returns the
expected security email and first_ready value""" expected security email and first_ready value"""
with less_console_noise: with less_console_noise:
# Add security email information # Add security email information
self.domain_1.name = "defaultsecurity.gov" self.domain_1.name = "defaultsecurity.gov"