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 fb955c1 + 322b55c commit 22a2d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2280,13 +2280,13 @@ def test_patch_tender_aaa(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": "44620000-2",
"description": "Cartons 2"
}}]}}, status=200)

response = self.app.patch_json('/tenders/{}?acc_token={}'.format(tender['id'], owner_token), {'data': {'items': [{"classification": {
"scheme": "CPV",
"scheme": "ДК021",
"id": "55523100-3",
"description": "Послуги з харчування у школах"
}}]}}, status=403)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.0.14'
version = '1.0.15'

requires = [
'setuptools'
Expand Down

0 comments on commit 22a2d9c

Please sign in to comment.