Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhij Andreev committed Jul 5, 2021
1 parent 8c22288 commit 229d3e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/locale/uk/LC_MESSAGES/standard/criterion.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ msgid "`procuringEntity`"
msgstr ""

msgid "The response is provided by the procuring entity."
msgstr "закупівельником."
msgstr "Відповідь надається закупівельником."

msgid "`ssrBot`"
msgstr ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgid "Criteria data :ref:`schema<criterion>`"
msgstr "Схема даних :ref:`критеріїв<criterion>`"

msgid "Criteria is part of tender documentation, so all operation with criteria make tender owner."
msgstr "Критерії це частина тендерної документації, тому всі дії над критеріями може виконувати лише власник тендеру."
msgstr "Критерії - це частина тендерної документації, тому всі дії над критеріями може виконувати лише власник тендеру."

msgid "Create Tender Criteria"
msgstr "Створення критеріїв закупівлі"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
GET /api/2.5/tenders/930000429dcc4a83a2879dcc45bc5d8a/bids/65928406b44b4f73ad7b8be9591d208f/requirement_responses/b9507fa7a0584774b3d0e865d458e50c?acc_token=07e06cacd82447318b5e6202df60b523 HTTP/1.0
DELETE /api/2.5/tenders/930000429dcc4a83a2879dcc45bc5d8a/bids/65928406b44b4f73ad7b8be9591d208f/requirement_responses/b9507fa7a0584774b3d0e865d458e50c?acc_token=07e06cacd82447318b5e6202df60b523 HTTP/1.0
Authorization: Bearer token
Content-Length: 0
Host: lb-api-sandbox.prozorro.gov.ua

Response: 200 OK
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/test_basic_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ def test_bid_requirement_response(self):
self.assertEqual(response.status, '200 OK')

with open(TARGET_DIR + 'criteria/delete-requirement-response.http', 'wb') as self.app.file_obj:
response = self.app.get(
response = self.app.delete(
'/tenders/{}/bids/{}/requirement_responses/{}?acc_token={}'.format(
self.tender_id, bid_id, rr_id, bid_token))
self.assertEqual(response.status, '200 OK')
Expand Down

0 comments on commit 229d3e0

Please sign in to comment.