Improve validation, correlation IDs, and client safeguards

This commit is contained in:
latinogino
2026-01-02 17:52:07 +01:00
parent 59e91efd30
commit 7356d6c409
9 changed files with 501 additions and 80 deletions

View File

@@ -42,6 +42,7 @@ class TestProjectOperations:
# Create
mock_request.return_value = {"id": 200}
project_id = await client.create_project({
"ref": "PRJ-NEW-WEBSITE",
"title": "New Website",
"description": "Website redesign project",
"socid": 1,