File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 51
51
]
52
52
START_PAGE_PARAM = Annotated [
53
53
int ,
54
- Field (ge = 1 , description = "Starting page number." ),
54
+ Field (description = "Starting page number." ),
55
55
]
56
56
PAGES_PARAM = Annotated [
57
57
int ,
58
- Field (ge = 1 , description = "Number of pages to retrieve." ),
58
+ Field (description = "Number of pages to retrieve." ),
59
59
]
60
60
LIMIT_PARAM = Annotated [
61
61
int ,
62
- Field (ge = 1 , description = "Number of results to retrieve in each page." ),
62
+ Field (description = "Number of results to retrieve in each page." ),
63
63
]
64
64
DOMAIN_PARAM = Annotated [
65
65
str ,
Original file line number Diff line number Diff line change @@ -247,11 +247,8 @@ async def test_oxylabs_web_unblocker_results(
247
247
* params .USER_AGENTS ,
248
248
params .INVALID_USER_AGENT ,
249
249
params .START_PAGE_SPECIFIED ,
250
- params .START_PAGE_INVALID ,
251
250
params .PAGES_SPECIFIED ,
252
- params .PAGES_INVALID ,
253
251
params .LIMIT_SPECIFIED ,
254
- params .LIMIT_INVALID ,
255
252
params .DOMAIN_SPECIFIED ,
256
253
params .GEO_LOCATION_SPECIFIED ,
257
254
params .LOCALE_SPECIFIED ,
@@ -313,9 +310,7 @@ async def test_oxylabs_google_search_ad_mode_argument(
313
310
* params .USER_AGENTS ,
314
311
params .INVALID_USER_AGENT ,
315
312
params .START_PAGE_SPECIFIED ,
316
- params .START_PAGE_INVALID ,
317
313
params .PAGES_SPECIFIED ,
318
- params .PAGES_INVALID ,
319
314
params .DOMAIN_SPECIFIED ,
320
315
params .GEO_LOCATION_SPECIFIED ,
321
316
params .LOCALE_SPECIFIED ,
You can’t perform that action at this time.
0 commit comments