From 8979be2b4576a33cb70db84340345e3408c0005d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 31 Aug 2026 13:23:15 -0500 Subject: Bugfix: Update to new URI. --- tests/test_gn3_case_attr_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit 1.4.1