Commit f8ca5b1c0b4b3513d82f8d143c92adc372054784
1 parent
428685c6
Remove unused variable: brokers_list
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | ... | @@ -28,9 +28,6 @@ Set Suite Variable With Default Value |
| 28 | 28 | log ${BROKERS} |
| 29 | 29 | Set Global Variable ${BROKERS} |
| 30 | 30 | |
| 31 | - ${brokers_list}= Get Dictionary Items ${BROKERS} | |
| 32 | - log ${brokers_list} | |
| 33 | - | |
| 34 | 31 | ${file_path}= Get Variable Value ${USERS_FILE} users.yaml |
| 35 | 32 | ${USERS}= load_initial_data_from ${file_path} |
| 36 | 33 | Set Global Variable ${USERS} | ... | ... |
Please
register
or
login
to post a comment