Skip to content

Commit ec460cf

Browse files
feat: add checks for list all stored queries (#94)
1 parent 0a6c50f commit ec460cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/robot/STORED_QUERY_TESTS/stored_query_tests.robot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ Definition API - GET All Stored Queries
129129
${resp_query} GET /definition/query
130130
${resp_versions_arr} Set Variable ${resp_query}
131131
${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
132137
Should Be True ${stored_queries_count} > ${1}
133138
FOR ${INDEX} IN RANGE 0 ${stored_queries_count}
134139
Log ${resp_versions_arr}[${INDEX}]

0 commit comments

Comments
 (0)