Skip to content

Commit 4b28ac6

Browse files
set sql download option form to true (#1092) (#1100)
Signed-off-by: Paul Sebastian <[email protected]> (cherry picked from commit 8ccd725) Co-authored-by: Paul Sebastian <[email protected]>
1 parent 6e68177 commit 4b28ac6

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

Lines changed: 1 addition & 1 deletion
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)