Skip to content

Commit

Permalink
set sql download option form to true (#1092)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
(cherry picked from commit 8ccd725)
  • Loading branch information
paulstn authored and github-actions[bot] committed Feb 16, 2024
1 parent 7ad989f commit 00ba1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('Test and verify SQL downloads', () => {
it(title, () => {
cy.request({
method: 'POST',
form: false,
form: true,
url: url,
headers: {
'content-type': 'application/json;charset=UTF-8',
Expand Down

0 comments on commit 00ba1ef

Please sign in to comment.