Problem
The async add-or-update endpoint returns a 202 with a task_id, but no integration test verifies the full flow including Celery task completion.
Acceptance Criteria
References
- Related files:
boost_weblate/endpoint/views.py, boost_weblate/endpoint/tasks.py
Problem
The async add-or-update endpoint returns a 202 with a task_id, but no integration test verifies the full flow including Celery task completion.
Acceptance Criteria
POST /boost-endpoint/add-or-update/returns202withtask_id400; unauthenticated returns401integration-functional.ymlReferences
boost_weblate/endpoint/views.py,boost_weblate/endpoint/tasks.py