Skip to content

Commit

Permalink
Merge pull request #54 from gorserg/fix_award_test
Browse files Browse the repository at this point in the history
Поправив тест з award
  • Loading branch information
kroman0 committed Aug 9, 2016
2 parents 50e2989 + 8d5e40e commit 58f43e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,7 @@ def test_put_tender_award_document(self):
self.assertEqual(response.status, '403 Forbidden')
self.assertEqual(response.content_type, 'application/json')
self.assertEqual(response.json['errors'][0]['description'],
"Can't update document in current (complete) tender status)")
"Can't update document in current (complete) tender status")

def test_patch_tender_award_document(self):
response = self.app.post('/tenders/{}/awards/{}/documents'.format(self.tender_id, self.award_id),
Expand Down

0 comments on commit 58f43e0

Please sign in to comment.