From ecd2018b9328f1ce35ea3400efa9542042ddfae9 Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:46:06 -0700 Subject: [PATCH] Fix linting --- src/registrar/tests/test_views_portfolio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/tests/test_views_portfolio.py b/src/registrar/tests/test_views_portfolio.py index 5d6e0de17..0a7569bbf 100644 --- a/src/registrar/tests/test_views_portfolio.py +++ b/src/registrar/tests/test_views_portfolio.py @@ -406,8 +406,8 @@ class TestPortfolio(WebTest): @less_console_noise_decorator def test_org_form_invalid_update(self): - """Organization form will redirect on invalid formsets.""" - with override_flag("organization_feature", active=True): + """Organization form will redirect on invalid formsets.""" + with override_flag("organization_feature", active=True): self.app.set_user(self.user.username) portfolio_additional_permissions = [ UserPortfolioPermissionChoices.VIEW_PORTFOLIO,