diff --git a/api/chalicelib/core/usability_testing/service.py b/api/chalicelib/core/usability_testing/service.py index 2362eea8c..db77d07d3 100644 --- a/api/chalicelib/core/usability_testing/service.py +++ b/api/chalicelib/core/usability_testing/service.py @@ -286,7 +286,7 @@ def ut_tests_sessions_live(project_id: int, test_id: int, page: int, limit: int) body = { "filter": [ { - "value": [ + "values": [ test_id ], "type": "uxtId",