diff --git a/cypress/integration/plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js b/cypress/integration/plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js index 5c0577838..9e90ac0c4 100644 --- a/cypress/integration/plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js +++ b/cypress/integration/plugins/anomaly-detection-dashboards-plugin/create_detector_spec.js @@ -19,7 +19,7 @@ context('Create detector workflow', () => { cy.fixture(AD_FIXTURE_BASE_PATH + 'sample_test_data.txt').then((data) => { cy.request({ method: 'POST', - form: true, + form: false, url: 'api/console/proxy', headers: { 'content-type': 'application/json;charset=UTF-8',