Skip to content

Commit a4ff3f4

Browse files
committed
fix tests
1 parent e71e6da commit a4ff3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sqlalchemy_data_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def test_query_string_manager(person_schema):
577577

578578

579579
def test_resource(app, person_model, person_schema, session, monkeypatch):
580-
def schema_load_mock(*args):
580+
def schema_load_mock(*args, **kwargs):
581581
raise ValidationError(dict(errors=[dict(status=None, title=None)]))
582582

583583
with app.app_context():

0 commit comments

Comments
 (0)