We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd2578 commit 9f5cb94Copy full SHA for 9f5cb94
_test_contract/platform_api/test_workflows.py
@@ -8,7 +8,7 @@
8
9
10
def test_list_workflows(httpx_mock, platform_client: UnstructuredClient, platform_api_url: str):
11
- url = f"{platform_api_url}/api/v1/workflows/"
+ url = f"{platform_api_url}/api/v1/workflows/?sort_by=id"
12
13
httpx_mock.add_response(
14
method="GET",
0 commit comments