aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/aai/create_customer.robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot/resources/aai/create_customer.robot')
-rw-r--r--robot/resources/aai/create_customer.robot1
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/aai/create_customer.robot b/robot/resources/aai/create_customer.robot
index f5e73d36..c51048c9 100644
--- a/robot/resources/aai/create_customer.robot
+++ b/robot/resources/aai/create_customer.robot
@@ -41,6 +41,7 @@ Get OwningEntity Id
${resp}= AAI.Run Get Request ${AAI_FRONTEND_ENDPOINT} /aai/v11/business/owning-entities auth=${GLOBAL_AAI_AUTHENTICATION}
${resp_json}= Set Variable ${resp.json()}
@{list}= Copy List ${resp_json['owning-entity']}
+ ${id}= Set Variable
:FOR ${map} IN @{list}
\ ${owning_entity_name}= Get From Dictionary ${map} owning-entity-name
\ ${owning_entity_id}= Get From Dictionary ${map} owning-entity-id