Skip to content

Commit

Permalink
Merge branch 'a312620117236937_block_cpv'
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed May 31, 2017
2 parents eae2784 + 2541587 commit 5a1505e
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 @@ -777,7 +777,7 @@ def test_patch_tender(self):
self.assertEqual(len(response.json['data']['items']), 1)

response = self.app.patch_json('/tenders/{}?acc_token={}'.format(tender['id'], owner_token), {'data': {'items': [{"classification": {
"scheme": "CPV",
"scheme": "ДК021",
"id": "55523100-3",
"description": "Послуги з харчування у школах"
}}]}})
Expand Down

0 comments on commit 5a1505e

Please sign in to comment.