From 6d4915d3d1ae785d21b01fc3d46125d46fb9290e Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Tue, 14 Jul 2026 17:17:52 -0400 Subject: [PATCH] [AAP-82668] Remove object-delete endpoint from API root test DAB PR ansible/django-ansible-base#1050 removes the object-delete/ endpoint to the service-index API. This updates the no_shared_resource test case to remove that endpoint slug so the expected endpoint count matches. Co-Authored-By: Claude Opus 4.6 (1M context) --- tests/integration/api/test_root.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/api/test_root.py b/tests/integration/api/test_root.py index a6dcab59c..ad63d56d9 100644 --- a/tests/integration/api/test_root.py +++ b/tests/integration/api/test_root.py @@ -63,7 +63,6 @@ "/role_team_assignments/", "/role_metadata/", "/service-index/metadata/", - "/service-index/object-delete/", "/service-index/resources/", "/service-index/resource-types/", "/service-index/role-types/",