Skip to content

Commit 78fc5b7

Browse files
committed
test / parser / properties / correct LazyReferencePropertyProxy tests
1 parent a5ecca1 commit 78fc5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser/test_properties/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,6 @@ def test_build_schemas_lazy_resolve_unknown_inner_property_local_reference():
16801680

16811681
assert len(schemas.errors) == 1
16821682
assert schemas.errors[0] == PropertyError(
1683-
detail="Could not find reference in parsed models or enums.",
1683+
detail="invalid data in items of array childSettings",
16841684
data=oai.Reference(ref="#/components/schemas/noexist"),
16851685
)

0 commit comments

Comments
 (0)