Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktarasz committed Jun 13, 2016
1 parent 29d1ca9 commit 4c46e57
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 @@ -1229,7 +1229,7 @@ def test_tender_cause(self):
self.assertEqual(response.content_type, 'application/json')
self.assertEqual(response.json['status'], 'error')
self.assertEqual(response.json['errors'], [
{u'description': [u"Value must be one of ['quick']."],
{u'description': [u"Value must be one of ['quick', 'artContestIP', 'noCompetition', 'twiceUnsuccessful', 'additionalPurchase', 'additionalConstruction', 'stateLegalServices']."],
u'location': u'body', u'name': u'cause'}
])

Expand Down

0 comments on commit 4c46e57

Please sign in to comment.