diff --git a/003_enterprise_open_account_customer/printing_packaging_factory_open_account.robot b/003_enterprise_open_account_customer/printing_packaging_factory_open_account.robot index e6e9418..ef78a8c 100644 --- a/003_enterprise_open_account_customer/printing_packaging_factory_open_account.robot +++ b/003_enterprise_open_account_customer/printing_packaging_factory_open_account.robot @@ -51,7 +51,7 @@ operate_get_printing_packaging_factory_list operate_get_printing_packaging_factory_search Create Session yytops ${yytops} headers=${operationbackend_header} - ${param} Set Variable name="${printing_packaging_factory_name}" + ${param} Set Variable name=${printing_packaging_factory_name} ${response} Get On Session yytops /cloud-print-user-center/admin/get/packaging-printing-mill-list params=${param} Log ${response.status_code} log ${response.json()} @@ -61,6 +61,7 @@ operate_get_printing_packaging_factory_search Should Be Equal As Strings ${printing_packaging_factory_shortname} ${response.json()["data"]["records"][0]["shortName"]} Should Be Equal As Strings ${printing_packaging_factory_legalpersonname} ${response.json()["data"]["records"][0]["legalPersonName"]} ${printing_packaging_factory_id} Get From Dictionary ${response.json()["data"]["records"][0]} id + Set Suite Variable ${printing_packaging_factory_id} operate_get_printing_packaging_factory_modify_state Create Session uecops ${uecops} headers=${operationbackend_header}