Skip to content

Commit

Permalink
Merge pull request #25 from VolVoz/master
Browse files Browse the repository at this point in the history
MEDT -> NONE
  • Loading branch information
kroman0 committed Mar 18, 2016
2 parents 2ac7ef7 + a40d2c5 commit 32f332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/tests/tender.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def test_create_tender_invalid(self):
self.assertEqual(response.content_type, 'application/json')
self.assertEqual(response.json['status'], 'error')
self.assertEqual(response.json['errors'], [
{u'description': [{u'additionalClassifications': [u"One of additional classifications should be one of [ДКПП, MEDT, ДК003, ДК015, ДК018]."]}], u'location': u'body', u'name': u'items'}
{u'description': [{u'additionalClassifications': [u"One of additional classifications should be one of [ДКПП, NONE, ДК003, ДК015, ДК018]."]}], u'location': u'body', u'name': u'items'}
])

data = self.initial_data["procuringEntity"]["contactPoint"]["telephone"]
Expand Down

0 comments on commit 32f332a

Please sign in to comment.