change(ui): usability tests use assist service
This commit is contained in:
parent
2268e579eb
commit
c629d19df7
1 changed files with 5 additions and 7 deletions
|
|
@ -284,16 +284,14 @@ 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": [
|
||||
{
|
||||
"filter": {
|
||||
"uxtId": {
|
||||
"values": [
|
||||
test_id
|
||||
],
|
||||
"type": "uxtId",
|
||||
"operator": "is",
|
||||
"filters": []
|
||||
}
|
||||
],
|
||||
"operator": "is"
|
||||
},
|
||||
},
|
||||
"pagination": {"limit": limit, "page": page},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue