Skip to content

Commit

Permalink
fix config.test_default_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro2555 committed Mar 1, 2020
1 parent 39168f5 commit ab21f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eve/tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_default_settings(self):
self.assertEqual(self.app.config["SHOW_DELETED_PARAM"], "show_deleted")
self.assertEqual(
self.app.config["STANDARD_ERRORS"],
[400, 401, 404, 405, 406, 409, 410, 412, 422, 428, 429],
[400, 401, 403, 404, 405, 406, 409, 410, 412, 422, 428, 429],
)
self.assertEqual(self.app.config["UPSERT_ON_PUT"], True)
self.assertEqual(
Expand Down

0 comments on commit ab21f0c

Please sign in to comment.