about summary refs log tree commit diff
diff options
context:
space:
mode:
-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,