diff options
| author | Frederick Muriuki Muriithi | 2026-08-31 09:29:12 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-08-31 09:29:12 -0500 |
| commit | e8b1494114d0c15ab0f6b258906836c750f43792 (patch) | |
| tree | 1f54af8510eb08e60468574b2549e7c946f88945 | |
| parent | 7656a8f22a53aa029dd5c6b832ed5b6975fc5485 (diff) | |
| download | gn-integration-tests-e8b1494114d0c15ab0f6b258906836c750f43792.tar.gz | |
Fix under-provisioned scope for tokens.
| -rw-r--r-- | tests/test_gn3_case_attr_access.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gn3_case_attr_access.py b/tests/test_gn3_case_attr_access.py index 7cb234f..9ff4570 100644 --- a/tests/test_gn3_case_attr_access.py +++ b/tests/test_gn3_case_attr_access.py @@ -187,7 +187,7 @@ def provisioned_token(gn_auth_url, http, _admin_full_scope_token, oauth2_credent "grant_type": "password", "username": email, "password": password, - "scope": "profile group resource", + "scope": "profile group resource role user", "client_id": client_id, "client_secret": client_secret, }, |
