test(contacts): cover blocked relation for add-by-email
Some checks failed
CI / test (push) Failing after 1m18s

This commit is contained in:
2026-03-08 20:23:50 +03:00
parent a900713a48
commit f746e31616
3 changed files with 27 additions and 1 deletions

View File

@@ -666,6 +666,11 @@ Body:
Response: `204`
Errors:
- `404` - user with this email was not found.
- `409` - contact cannot be added because a block relation exists.
### DELETE `/api/v1/users/{user_id}/contacts`
Auth required.