Skip to content

Commit 4090d3f

Browse files
committed
add pagination limit
1 parent 17454b7 commit 4090d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cassettes/tests.integration.test_model_repository.TestAStoreModel.test_get_model_contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
]
117117
},
118118
"method": "GET",
119-
"uri": "https://hostname.com/modelRepository/models?properties=(name,%20AStore%20Model)"
119+
"uri": "https://hostname.com/modelRepository/models?properties=(name,%20AStore%20Model)&limit=10000"
120120
},
121121
"response": {
122122
"body": {

0 commit comments

Comments
 (0)