From c3b76952211d6f7d68c6b850e0162ed9786736c7 Mon Sep 17 00:00:00 2001
From: selurvedu <selurvedu@users.noreply.github.com>
Date: Fri, 12 Feb 2016 01:52:23 +0000
Subject: [PATCH] Use lowercase name for ${api_host_url}

Also log API version and host URL
---
 op_robot_tests/tests_files/brokers/openprocurement_client.robot | 3 ++-
 op_robot_tests/tests_files/resource.robot                       | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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
--
libgit2 0.24.0