From a5d231025304f6b8b7eba5e9d930254835c27e22 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 8 Sep 2025 12:36:52 -0700 Subject: [PATCH] fix org invites --- tests/app/main/test_permissions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/app/main/test_permissions.py b/tests/app/main/test_permissions.py index bf807bfad..8ef49a15c 100644 --- a/tests/app/main/test_permissions.py +++ b/tests/app/main/test_permissions.py @@ -69,6 +69,8 @@ def test_services_pages_that_org_users_are_allowed_to_see( client_request.login( api_user_active, service=service if SERVICE_ONE_ID in user_services else None, + nonce="nonce", + state="state", ) endpoints = ( @@ -81,6 +83,8 @@ def test_services_pages_that_org_users_are_allowed_to_see( endpoint, service_id=SERVICE_ONE_ID, _expected_status=expected_status, + nonce="nonce", + state="state", ) assert mock_get_service.called is organization_checked