lint and cleanup

This commit is contained in:
Rachid Mrad 2024-02-20 15:44:45 -05:00
parent 26088f511f
commit 7e9899dd6d
No known key found for this signature in database

View file

@ -582,8 +582,8 @@ class TestDomainApplicationAdmin(MockEppLib):
application, DomainApplication.ApplicationStatus.REJECTED, DomainApplication.RejectionReasons.REQUESTOR application, DomainApplication.ApplicationStatus.REJECTED, DomainApplication.RejectionReasons.REQUESTOR
) )
self.assert_email_is_accurate( self.assert_email_is_accurate(
"Your domain request was rejected because we dont believe youre eligible to request a .gov domain " "Your domain request was rejected because we dont believe youre eligible to request a \n.gov "
"on behalf of Testorg", "domain on behalf of Testorg",
0, 0,
EMAIL, EMAIL,
) )