Given I am user A Given I have placed lots of calls with user B (50k+) When I list my calls with user B via the GET /cdr?user_uuid=user_b_uuid&limit=100 API Then the response takes more than 2 seconds to come
Expected: the API responds in less than 0.2 seconds
Given I am user A
Given I have placed lots of calls with user B (50k+)
When I list my calls with user B via the
GET /cdr?user_uuid=user_b_uuid&limit=100
APIThen the response takes more than 2 seconds to come
Expected: the API responds in less than 0.2 seconds