Skip to content

Commit 5af31e4

Browse files
lyangp1c2u
authored andcommitted
1 parent b36c12b commit 5af31e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_schema_validator/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def iter_errors(self, instance, _schema=None):
7474
'nullable': False,
7575
})
7676

77-
return super(OAS30Validator, self).iter_errors(instance, _schema)
77+
return super(OAS30Validator, self).evolve(schema=_schema).iter_errors(instance)

0 commit comments

Comments
 (0)