Add voice analytics filters and metrics
This commit is contained in:
@@ -283,3 +283,6 @@ async def test_admin_provider_analytics_support_days_and_capability_filters(
|
||||
assert data["job_count"] == 1
|
||||
assert data["story_count"] == 1
|
||||
assert data["failure_reasons"] == [{"reason": "timeout", "count": 1}]
|
||||
|
||||
response = await client.get("/admin/providers/analytics?capability=unknown")
|
||||
assert response.status_code == 422
|
||||
|
||||
Reference in New Issue
Block a user