Skip to content

Commit

Permalink
Merge branch 'a143330483135017_add_award_qualified_validation'
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Aug 1, 2016
2 parents d75186b + e504257 commit 029fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/limited/tests/award.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def test_patch_tender_award_Administrator_change(self):

self.app.authorization = authorization
response = self.app.patch_json('/tenders/{}/awards/{}?acc_token={}'.format(self.tender_id, award['id'], self.tender_token),
{"data": {"status": "active"}})
{"data": {"status": "active", 'qualified': True}})
self.assertEqual(response.status, '200 OK')
self.assertEqual(response.content_type, 'application/json')

Expand Down

0 comments on commit 029fa77

Please sign in to comment.