Skip to content

Commit

Permalink
Adjust mnn 336 validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
smithumble committed Jan 25, 2019
1 parent 325a94a commit aa7d30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openprocurement/api/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ def validate_classification_id(items, *args):
additionalClassifications with scheme=INN")
if schemes.count('INN') > 1:
raise ValidationError(u"Item wich classification.id starts with 336 and contains \
additionalClassification objects have to contain exactly one additionalClassifications with scheme=INN")
additionalClassification objects have to contain no more than one additionalClassifications with scheme=INN")

0 comments on commit aa7d30f

Please sign in to comment.