Skip to content

Commit 9f5cb94

Browse files
committed
Fix contract test
1 parent ffd2578 commit 9f5cb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test_contract/platform_api/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def test_list_workflows(httpx_mock, platform_client: UnstructuredClient, platform_api_url: str):
11-
url = f"{platform_api_url}/api/v1/workflows/"
11+
url = f"{platform_api_url}/api/v1/workflows/?sort_by=id"
1212

1313
httpx_mock.add_response(
1414
method="GET",

0 commit comments

Comments
 (0)