From 3802380490079dfea71e70a3e2c328c28c76f3a5 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Thu, 4 Jan 2024 17:52:07 -0500 Subject: [PATCH] Testing views --- src/registrar/tests/test_views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/registrar/tests/test_views.py b/src/registrar/tests/test_views.py index 12d793582..4f7a7bfbd 100644 --- a/src/registrar/tests/test_views.py +++ b/src/registrar/tests/test_views.py @@ -809,7 +809,8 @@ class DomainApplicationTests(TestWithUser, WebTest): ) def test_submitting_no_other_contacts_rationale_deletes_other_contacts(self): - """""" + """This also tests test_submitting_no_other_contacts_rationale_deletes_other_contacts_when_not_joined +""" # Application has other contacts by default application = completed_application(user=self.user) # prime the form by visiting /edit