Commit 1b4dbbcb898e676c3e027d4570f62a306661cd91
Merge branch 'master' of https://github.com/ProzorroUKR/robot_tests into CS-1189
Showing
1 changed file
with
3 additions
and
3 deletions
1 | 1 | *** Variables *** |
2 | 2 | ${RESOURCE} tenders # possible values: tenders, auctions |
3 | 3 | ${API_HOST_URL} https://lb-api-staging.prozorro.gov.ua |
4 | -${API_VERSION} 2.4 | |
4 | +${API_VERSION} 2.5 | |
5 | 5 | ${BROKER} Quinta |
6 | 6 | ${DS_HOST_URL} https://upload-docs-staging.prozorro.gov.ua |
7 | 7 | ${ROLE} viewer |
... | ... | @@ -10,10 +10,10 @@ ${EDR_VERSION} 0 |
10 | 10 | |
11 | 11 | ${DASU_RESOURCE} monitorings |
12 | 12 | ${DASU_API_HOST_URL} https://audit-api-staging.prozorro.gov.ua |
13 | -${DASU_API_VERSION} 2.4 | |
13 | +${DASU_API_VERSION} 2.5 | |
14 | 14 | |
15 | 15 | ${DS_REGEXP} ^https?:\/\/public-docs(?:-staging)?\.prozorro\.gov\.ua\/get\/([0-9A-Fa-f]{32}) |
16 | 16 | ${AUCTION_REGEXP} ^https?:\/\/auction(?:-staging)?\.prozorro\.gov\.ua\/(esco-)?tenders\/([0-9A-Fa-f]{32}) |
17 | 17 | |
18 | -${PAYMENT_API} https://integration-sandbox-2.prozorro.gov.ua/liqpay | |
18 | +${PAYMENT_API} https://integration-staging.prozorro.gov.ua/liqpay | |
19 | 19 | ${PAYMENT_API_VERSION} v1 |
\ No newline at end of file | ... | ... |
Please
register
or
login
to post a comment