Skip to content

Commit 2f68bfc

Browse files
authored
1 parent ab7222a commit 2f68bfc

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
@@ -71,4 +71,4 @@ def iter_errors(self, instance, _schema=None):
7171
'nullable': False,
7272
})
7373

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

0 commit comments

Comments
 (0)