We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6c50f commit ec460cfCopy full SHA for ec460cf
1 file changed
tests/robot/STORED_QUERY_TESTS/stored_query_tests.robot
@@ -129,6 +129,11 @@ Definition API - GET All Stored Queries
129
${resp_query} GET /definition/query
130
${resp_versions_arr} Set Variable ${resp_query}
131
${stored_queries_count} Get Length ${resp_versions_arr}
132
+ Dictionary Should Contain Key ${resp_versions_arr[0]} q
133
+ Dictionary Should Contain Key ${resp_versions_arr[0]} name
134
+ Dictionary Should Contain Key ${resp_versions_arr[0]} type
135
+ Dictionary Should Contain Key ${resp_versions_arr[0]} version
136
+ Dictionary Should Contain Key ${resp_versions_arr[0]} saved
137
Should Be True ${stored_queries_count} > ${1}
138
FOR ${INDEX} IN RANGE 0 ${stored_queries_count}
139
Log ${resp_versions_arr}[${INDEX}]
0 commit comments