From b8c001e5ae6fc09cbcf7c373c943e4c279448a9d Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:25:45 -0700 Subject: [PATCH] Update test_views_portfolio.py --- src/registrar/tests/test_views_portfolio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/tests/test_views_portfolio.py b/src/registrar/tests/test_views_portfolio.py index 2c7a3376c..2d89b0de7 100644 --- a/src/registrar/tests/test_views_portfolio.py +++ b/src/registrar/tests/test_views_portfolio.py @@ -2128,7 +2128,7 @@ class TestRequestingEntity(WebTest): portfolio=self.portfolio, user=self.user, roles=[UserPortfolioRoleChoices.ORGANIZATION_ADMIN], - additional_permissions=[UserPortfolioPermissionChoices.EDIT_MEMBERS], + additional_permissions=[UserPortfolioPermissionChoices.EDIT_REQUESTS], ) # Login the current user self.app.set_user(self.user.username)