We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52fc6d commit c2e438eCopy full SHA for c2e438e
tests/resources/test_transfers.py
@@ -129,4 +129,4 @@ def test_transfers_count_vs_all():
129
def test_invalid_params():
130
with pytest.raises(ValidationError) as e:
131
Transfer.one(invalid_param='invalid_param')
132
- assert 'extra fields not permitted' in str(e)
+ assert 'Extra inputs are not permitted' in str(e)
0 commit comments