From f196dce6077c8c420c8cd517be28596327a74932 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 15 Jan 2025 07:08:22 -0500 Subject: [PATCH] lint --- src/registrar/tests/test_admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py index 210a1a8e6..2a7a52a13 100644 --- a/src/registrar/tests/test_admin.py +++ b/src/registrar/tests/test_admin.py @@ -335,7 +335,7 @@ class TestDomainInvitationAdmin(TestCase): Should trigger success message for the domain invitation. Should retrieve the domain invitation. Should not create a portfolio invitation. - + NOTE: This test may need to be reworked when the multiple_portfolio flag is fully fleshed out. """