Commit f8ca5b1c0b4b3513d82f8d143c92adc372054784

Authored by selurvedu
1 parent 428685c6

Remove unused variable: brokers_list

@@ -28,9 +28,6 @@ Set Suite Variable With Default Value @@ -28,9 +28,6 @@ Set Suite Variable With Default Value
28 log ${BROKERS} 28 log ${BROKERS}
29 Set Global Variable ${BROKERS} 29 Set Global Variable ${BROKERS}
30 30
31 - ${brokers_list}= Get Dictionary Items ${BROKERS}  
32 - log ${brokers_list}  
33 -  
34 ${file_path}= Get Variable Value ${USERS_FILE} users.yaml 31 ${file_path}= Get Variable Value ${USERS_FILE} users.yaml
35 ${USERS}= load_initial_data_from ${file_path} 32 ${USERS}= load_initial_data_from ${file_path}
36 Set Global Variable ${USERS} 33 Set Global Variable ${USERS}
Please register or login to post a comment