Skip to content

Commit 78a32b2

Browse files
fix test
1 parent 50a4c5d commit 78a32b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/models-library/tests/test_api_schemas_long_running_tasks_tasks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def _get_data_with_task_name(task_id: str, task_name: str) -> dict:
3333
return {
3434
"task_id": task_id,
3535
"task_name": task_name,
36-
"status_href": "",
37-
"result_href": "",
38-
"abort_href": "",
36+
"status_href": "http://status",
37+
"result_href": "http://result",
38+
"abort_href": "http://abort",
3939
}
4040

4141

0 commit comments

Comments
 (0)