Commit a318a1303ea2aa0763e5761264f261e417b7dd12
Committed by
OrysiaDrabych
1 parent
dd046a18
Update openprocurement_client.robot
Add variables for contracting management procedure to `Підготувати клієнт для користувача`
Showing
1 changed file
with
7 additions
and
0 deletions
@@ -56,6 +56,13 @@ Library openprocurement_client.utils | @@ -56,6 +56,13 @@ Library openprocurement_client.utils | ||
56 | Log ${EDR_VERSION} | 56 | Log ${EDR_VERSION} |
57 | ${edr_wrapper}= prepare_edr_wrapper ${EDR_HOST_URL} ${EDR_VERSION} ${USERS.users['${username}'].auth_edr[0]} ${USERS.users['${username}'].auth_edr[1]} | 57 | ${edr_wrapper}= prepare_edr_wrapper ${EDR_HOST_URL} ${EDR_VERSION} ${USERS.users['${username}'].auth_edr[0]} ${USERS.users['${username}'].auth_edr[1]} |
58 | Set To Dictionary ${USERS.users['${username}']} edr_client=${edr_wrapper} | 58 | Set To Dictionary ${USERS.users['${username}']} edr_client=${edr_wrapper} |
59 | + #Variables for contracting_management module | ||
60 | + ${contract_api_wrapper}= prepare_contract_api_wrapper ${USERS.users['${username}'].api_key} ${api_host_url} ${api_version} | ||
61 | + Set To Dictionary ${USERS.users['${username}']} contracting_client=${contract_api_wrapper} | ||
62 | + Set To Dictionary ${USERS.users['${username}']} contract_access_token=${EMPTY} | ||
63 | + ${contracts_id_map}= Create Dictionary | ||
64 | + Set To Dictionary ${USERS.users['${username}']} contracts_id_map=${contracts_id_map} | ||
65 | + Log Variables | ||
59 | 66 | ||
60 | 67 | ||
61 | Завантажити документ | 68 | Завантажити документ |
Please
register
or
login
to post a comment