refactor(external_data): shorten security registries route

This commit is contained in:
2026-04-14 11:03:04 +02:00
parent bb58e91b83
commit cbfc0fc909
5 changed files with 8 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ class ExternalDataApiTest(APITestCase):
)
response = self.client.get(
f"/api/v1/information-security-registry-entries/?organization={self.organization.id}"
f"/api/v1/security-registries/?organization={self.organization.id}"
"&presence_status=present"
)