Skip to content

Commit 00ba1ef

Browse files
paulstngithub-actions[bot]
authored andcommitted
set sql download option form to true (#1092)
Signed-off-by: Paul Sebastian <paulstn@amazon.com> (cherry picked from commit 8ccd725)
1 parent 7ad989f commit 00ba1ef

File tree

1 file changed

+1
-1
lines changed
  • cypress/integration/plugins/query-workbench-dashboards

1 file changed

+1
-1
lines changed

cypress/integration/plugins/query-workbench-dashboards/ui.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('Test and verify SQL downloads', () => {
189189
it(title, () => {
190190
cy.request({
191191
method: 'POST',
192-
form: false,
192+
form: true,
193193
url: url,
194194
headers: {
195195
'content-type': 'application/json;charset=UTF-8',

0 commit comments

Comments
 (0)