mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-08 10:14:35 +08:00
Refactor: consolidate page and page_size (#17597)
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ class TestSessionsWithChatAssistantList:
|
||||
"params, expected_page_size, expected_message",
|
||||
[
|
||||
({"page_size": None}, 0, "not instance of"),
|
||||
({"page_size": 0}, 0, ""),
|
||||
({"page_size": 0}, 5, ""),
|
||||
({"page_size": 1}, 1, ""),
|
||||
({"page_size": 6}, 5, ""),
|
||||
({"page_size": "1"}, 0, "not instance of"),
|
||||
|
||||
Reference in New Issue
Block a user