remove permsision to manage API integration

This commit is contained in:
Kenneth Kehl
2024-10-21 12:38:08 -07:00
parent 7db678ddec
commit e2020c188a

View File

@@ -122,7 +122,6 @@ def test_invite_team_member_to_service(authenticated_page):
"Send messages",
"Add and edit templates",
"Manage settings, team and usage",
"Manage API integration",
]
# Check permission labels are on page
@@ -136,7 +135,6 @@ def test_invite_team_member_to_service(authenticated_page):
"See dashboard",
"Add and edit templates",
"Manage settings, team and usage",
"Manage API integration",
]
for checkbox in checkbox_list: