mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
chore: fix docs
This commit is contained in:
parent
0a83bf6192
commit
82141d8047
7 changed files with 16 additions and 17 deletions
|
|
@ -26,8 +26,8 @@ def test_input_defaults():
|
|||
|
||||
|
||||
def test_input_allows_extra_inert_fields():
|
||||
# extra="allow": Apify fields we don't act on are accepted, not rejected.
|
||||
model = RedditScrapeInput(debugMode=True, proxy={"useApifyProxy": True})
|
||||
# extra="allow": unknown inert fields are accepted, not rejected.
|
||||
model = RedditScrapeInput(debugMode=True, proxy={"provider": "custom"})
|
||||
assert model.model_dump().get("debugMode") is True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue