Skip to content

Commit 4c4d7c4

Browse files
fix: test
1 parent 80c8050 commit 4c4d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/tests/test_api_schemas_long_running_tasks_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def _get_data_without_task_name(task_id: str) -> dict:
77
return {
88
"task_id": task_id,
99
"status_href": "",
10-
"result_href": "",
10+
"result_href": "http://result",
1111
"abort_href": "",
1212
}
1313

0 commit comments

Comments
 (0)