From 7e9899dd6d0f92868eda3603091874b5c8f017d4 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 20 Feb 2024 15:44:45 -0500 Subject: [PATCH] lint and cleanup --- src/registrar/tests/test_admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py index 8a7c1c0a4..893678848 100644 --- a/src/registrar/tests/test_admin.py +++ b/src/registrar/tests/test_admin.py @@ -582,8 +582,8 @@ class TestDomainApplicationAdmin(MockEppLib): application, DomainApplication.ApplicationStatus.REJECTED, DomainApplication.RejectionReasons.REQUESTOR ) self.assert_email_is_accurate( - "Your domain request was rejected because we don’t believe you’re eligible to request a .gov domain " - "on behalf of Testorg", + "Your domain request was rejected because we don’t believe you’re eligible to request a \n.gov " + "domain on behalf of Testorg", 0, EMAIL, )