From d784cff3454b191092c66dc939b70d464de5ec75 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 8 Dec 2023 16:46:20 +0100 Subject: [PATCH] change(ui): usability tests use assist service --- api/chalicelib/core/usability_testing/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/chalicelib/core/usability_testing/service.py b/api/chalicelib/core/usability_testing/service.py index 26cece733..2362eea8c 100644 --- a/api/chalicelib/core/usability_testing/service.py +++ b/api/chalicelib/core/usability_testing/service.py @@ -284,7 +284,7 @@ def get_test_tasks(db_handler, test_id): def ut_tests_sessions_live(project_id: int, test_id: int, page: int, limit: int): body = { - "filters": [ + "filter": [ { "value": [ test_id