Skip to content

Commit

Permalink
Removing form field in gantt-chart, observability and workbench (#424) (
Browse files Browse the repository at this point in the history
#809)

* removing form field in gantt-chart, observability and workbench


(cherry picked from commit bac02df)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
joshuali925 and ps48 authored Sep 5, 2023
1 parent 08cd5f4 commit e86b8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Dump test data', () => {
const dumpDataSet = (ndjson, index) =>
cy.request({
method: 'POST',
form: true,
form: false,
url: 'api/console/proxy',
headers: {
'content-type': 'application/json;charset=UTF-8',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Dump test data', () => {
cy.request(url).then((response) => {
cy.request({
method: 'POST',
form: true,
form: false,
url: 'api/console/proxy',
headers: {
'content-type': 'application/json;charset=UTF-8',
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('Test and verify SQL downloads', () => {
it(title, () => {
cy.request({
method: 'POST',
form: true,
form: false,
url: url,
headers: {
'content-type': 'application/json;charset=UTF-8',
Expand Down

0 comments on commit e86b8c3

Please sign in to comment.