Commit c3b76952211d6f7d68c6b850e0162ed9786736c7
1 parent
92e02af1
Use lowercase name for ${api_host_url}
Also log API version and host URL
Showing
2 changed files
with
3 additions
and
2 deletions
... | ... | @@ -24,7 +24,8 @@ Library openprocurement_client_helper.py |
24 | 24 | Підготувати клієнт для користувача |
25 | 25 | [Arguments] @{ARGUMENTS} |
26 | 26 | [Documentation] Відкрити браузер, створити об’єкт api wrapper, тощо |
27 | - ${api_wrapper}= prepare_api_wrapper ${USERS.users['${ARGUMENTS[0]}'].api_key} ${API_HOST_URL} ${api_version} | |
27 | + Log Many ${api_host_url} ${api_version} | |
28 | + ${api_wrapper}= prepare_api_wrapper ${USERS.users['${ARGUMENTS[0]}'].api_key} ${api_host_url} ${api_version} | |
28 | 29 | Set To Dictionary ${USERS.users['${ARGUMENTS[0]}']} client ${api_wrapper} |
29 | 30 | ${ID_MAP}= Create Dictionary |
30 | 31 | Set Suite Variable ${ID_MAP} | ... | ... |
Please
register
or
login
to post a comment