Skip to content

Commit d0fbdb5

Browse files
committed
chore: protect test_customObjects.py from regeneration (ids field fix)
1 parent 2d297d4 commit d0fbdb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.fernignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
banner.png
33
README.md
44
changelog.md
5+
6+
# BatchDeleteObjectRecordsRequestIdentifiersIds.ids is a required field (per OpenAPI spec)
7+
# but the generated test instantiates the class with no arguments, causing a Pydantic
8+
# ValidationError. Fixed to pass ids=[1, 2, 3]. Protected until Fern fixes the generator.
9+
tests/wire/test_customObjects.py

0 commit comments

Comments
 (0)