change(ui): usability tests use assist service
This commit is contained in:
parent
2dd41884aa
commit
3ce5276d15
1 changed files with 10 additions and 4 deletions
|
|
@ -9,7 +9,6 @@ from chalicelib.utils.helper import dict_to_camel_case, list_to_camel_case
|
|||
|
||||
from chalicelib.core import sessions, assist
|
||||
|
||||
|
||||
table_name = "ut_tests"
|
||||
|
||||
|
||||
|
|
@ -285,9 +284,16 @@ def get_test_tasks(db_handler, test_id):
|
|||
|
||||
def ut_tests_sessions_live(project_id: int, test_id: int, page: int, limit: int):
|
||||
body = {
|
||||
"filter": {
|
||||
"uxtId": test_id,
|
||||
},
|
||||
"filters": [
|
||||
{
|
||||
"value": [
|
||||
test_id
|
||||
],
|
||||
"type": "uxtId",
|
||||
"operator": "is",
|
||||
"filters": []
|
||||
}
|
||||
],
|
||||
"pagination": {"limit": limit, "page": page},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue