Skip to content

Commit

Permalink
Copatibility with marshmallow 3.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdanilchenko committed Sep 23, 2019
1 parent 422c7f1 commit 4fc15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RequestSchema(Schema):
bool_field = fields.Bool()
list_field = fields.List(fields.Int())

return RequestSchema(strict=True)
return RequestSchema()


@pytest.fixture
Expand Down

0 comments on commit 4fc15e2

Please sign in to comment.