Skip to content

Commit 201ae65

Browse files
committed
"Input should be greater than or equal to 1"
1 parent 1ce40ff commit 201ae65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sdk/datamate/test_datamate_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def test_default_parameters(self, client: DataMateClient):
368368

369369
client._http_client.post.assert_called_once_with(
370370
"http://datamate.local:30000/api/knowledge-base/list",
371-
json={"page": 0, "size": 20},
371+
json={"page": 1, "size": 20},
372372
headers={},
373373
timeout=client.timeout,
374374
)

0 commit comments

Comments
 (0)