mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
test(amazon): update proxy configuration in AmazonScrapeInput to use residential proxy
This commit is contained in:
parent
22d5a42e8d
commit
78fe22735e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def test_input_allows_extra_inert_fields():
|
|||
# extra="allow": unknown add-ons (e.g. upstream proxy config) are accepted.
|
||||
inp = AmazonScrapeInput(
|
||||
categoryOrProductUrls=[{"url": "https://www.amazon.com/dp/B0"}],
|
||||
proxyConfiguration={"useApifyProxy": True},
|
||||
proxyConfiguration={"useResidentialProxy": True},
|
||||
someFutureAddon=123,
|
||||
)
|
||||
assert inp.model_dump().get("someFutureAddon") == 123
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue