Skip to content

Commit

Permalink
set sql download option form to true
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
  • Loading branch information
paulstn committed Feb 16, 2024
1 parent 14400ed commit 7025719
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 7025719

Please sign in to comment.