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
* removing form field in gantt-chart, observability and workbench

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit bac02df)
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
ps48 authored and joshuali925 committed Aug 31, 2023
1 parent 08cd5f4 commit 3dea22d
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 3dea22d

Please sign in to comment.