diff --git a/tests/decorators/test_validation.py b/tests/decorators/test_validation.py index bece40324..d52b9eb14 100644 --- a/tests/decorators/test_validation.py +++ b/tests/decorators/test_validation.py @@ -83,7 +83,7 @@ def test_invalid_type(monkeypatch): expected_result = """20 is not of type 'string' Failed validating 'type' in schema: - {'name': 'foo', 'type': 'string'} + {'type': 'string', 'name': 'foo'} On instance: 20"""