fixing testing

This commit is contained in:
Beverly Nguyen
2025-10-10 15:40:40 -07:00
parent 9efc3b36b3
commit 0a1136e2b5
7 changed files with 122 additions and 884 deletions

View File

@@ -126,18 +126,12 @@ def test_service_navigation_for_org_user(
[
(
[],
(
"Send messages",
"Sent messages",
),
("Send messages",),
403,
),
(
[ORGANISATION_ID],
(
"Send messages",
"Sent messages",
),
("Send messages",),
200,
),
],