Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/a246404800934002_special_items'
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jan 24, 2017
2 parents 3cf7abb + 8ffe92b commit 0447019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/openua/tests/tender.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def test_create_tender_invalid(self):
self.assertEqual(response.json['status'], 'error')
if get_now() > CPV_ITEMS_CLASS_FROM:
self.assertEqual(response.json['errors'], [
{u'description': [{u'additionalClassifications': [u"One of additional classifications should be one of [ДК003, ДК015, ДК018]."]}], u'location': u'body', u'name': u'items'}
{u'description': [{u'additionalClassifications': [u"One of additional classifications should be one of [ДК003, ДК015, ДК018, specialNorms]."]}], u'location': u'body', u'name': u'items'}
])
else:
self.assertEqual(response.json['errors'], [
Expand Down

0 comments on commit 0447019

Please sign in to comment.