diff --git a/op_robot_tests/tests_files/keywords.robot b/op_robot_tests/tests_files/keywords.robot index a655b44..c4dc807 100644 --- a/op_robot_tests/tests_files/keywords.robot +++ b/op_robot_tests/tests_files/keywords.robot @@ -60,7 +60,7 @@ Set Suite Variable With Default Value Завантажуємо дані про користувачів і майданчики - Log ${broker} + Log ${BROKER} Log ${role} # Suite variable; should be present in every test suite # in `*** Variables ***` section @@ -89,7 +89,7 @@ Set Suite Variable With Default Value ... WARN Set Suite Variable With Default Value ... ${role} - ... ${BROKERS['${broker}'].roles.${role}} + ... ${BROKERS['${BROKER}'].roles.${role}} # Set default value for each role if it is not set yet; # fill `used_users`; diff --git a/op_robot_tests/tests_files/resource.robot b/op_robot_tests/tests_files/resource.robot index e77d285..ba7058d 100644 --- a/op_robot_tests/tests_files/resource.robot +++ b/op_robot_tests/tests_files/resource.robot @@ -1,5 +1,5 @@ *** Variables *** ${API_HOST_URL} https://lb.api-sandbox.openprocurement.org ${API_VERSION} 2.3 -${broker} Quinta +${BROKER} Quinta ${role} viewer