diff --git a/op_robot_tests/tests_files/brokers/openprocurement_client.robot b/op_robot_tests/tests_files/brokers/openprocurement_client.robot index d7b24bf..a61035c 100644 --- a/op_robot_tests/tests_files/brokers/openprocurement_client.robot +++ b/op_robot_tests/tests_files/brokers/openprocurement_client.robot @@ -24,7 +24,8 @@ Library openprocurement_client_helper.py Підготувати клієнт для користувача [Arguments] @{ARGUMENTS} [Documentation] Відкрити браузер, створити об’єкт api wrapper, тощо - ${api_wrapper}= prepare_api_wrapper ${USERS.users['${ARGUMENTS[0]}'].api_key} ${API_HOST_URL} ${api_version} + Log Many ${api_host_url} ${api_version} + ${api_wrapper}= prepare_api_wrapper ${USERS.users['${ARGUMENTS[0]}'].api_key} ${api_host_url} ${api_version} Set To Dictionary ${USERS.users['${ARGUMENTS[0]}']} client ${api_wrapper} ${ID_MAP}= Create Dictionary Set Suite Variable ${ID_MAP} diff --git a/op_robot_tests/tests_files/resource.robot b/op_robot_tests/tests_files/resource.robot index e19c558..115d831 100644 --- a/op_robot_tests/tests_files/resource.robot +++ b/op_robot_tests/tests_files/resource.robot @@ -1,3 +1,3 @@ *** Variables *** -${API_HOST_URL} https://lb.api-sandbox.openprocurement.org +${api_host_url} https://lb.api-sandbox.openprocurement.org ${api_version} 0.11