Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-dev committed Oct 8, 2020
1 parent e71e6da commit a4ff3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sqlalchemy_data_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def test_query_string_manager(person_schema):


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

with app.app_context():
Expand Down

0 comments on commit a4ff3f4

Please sign in to comment.