Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Mar 3, 2016
1 parent cf31c12 commit 2fb8117
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 @@ -818,7 +818,7 @@ def test_not_found(self):
u'url', u'name': u'complaint_id'}
])

response = self.app.post('/tenders/{}/awards/{}/complaints/{}/documents'.format(self.tender_id, self.award_id, self.complaint_id), status=404, upload_files=[
response = self.app.post('/tenders/{}/awards/{}/complaints/{}/documents?acc_token={}'.format(self.tender_id, self.award_id, self.complaint_id, self.tender_token), status=404, upload_files=[
('invalid_value', 'name.doc', 'content')])
self.assertEqual(response.status, '404 Not Found')
self.assertEqual(response.content_type, 'application/json')
Expand Down

0 comments on commit 2fb8117

Please sign in to comment.