about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-08-31 13:23:15 -0500
committerFrederick Muriuki Muriithi2026-08-31 13:23:45 -0500
commit8979be2b4576a33cb70db84340345e3408c0005d (patch)
tree8feb7e7294452535d39f9f36de3ccd04e09c23b7
parente8b1494114d0c15ab0f6b258906836c750f43792 (diff)
downloadgn-integration-tests-8979be2b4576a33cb70db84340345e3408c0005d.tar.gz
Bugfix: Update to new URI.
-rw-r--r--tests/test_gn3_case_attr_access.py2
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,