diff options
| author | Frederick Muriuki Muriithi | 2026-08-31 13:23:15 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-08-31 13:23:45 -0500 |
| commit | 8979be2b4576a33cb70db84340345e3408c0005d (patch) | |
| tree | 8feb7e7294452535d39f9f36de3ccd04e09c23b7 | |
| parent | e8b1494114d0c15ab0f6b258906836c750f43792 (diff) | |
| download | gn-integration-tests-8979be2b4576a33cb70db84340345e3408c0005d.tar.gz | |
Bugfix: Update to new URI.
| -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 9ff4570..92d97e2 100644 --- a/tests/test_gn3_case_attr_access.py +++ b/tests/test_gn3_case_attr_access.py @@ -158,7 +158,7 @@ def provisioned_token(gn_auth_url, http, _admin_full_scope_token, oauth2_credent password = "GnTest1234!" create_resp = http.post( - f"{gn_auth_url}/auth/user/create", + f"{gn_auth_url}/auth/system/administration/users/create", json={"email": email, "name": f"Test {role_name}", "password": password}, headers=admin_hdrs, timeout=30, |
