refactor(external_data): shorten security registries route
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user