From 226d8d581dba82442004b2b33a5053cc06b66068 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:49:41 -0700 Subject: [PATCH] Change form:false for AD request (#295) (#296) Signed-off-by: Tyler Ohlsen Signed-off-by: Tyler Ohlsen (cherry picked from commit e9f6ae2675a220511c0c2ddf2f734b2c79ad734a) Co-authored-by: Tyler Ohlsen --- .../anomaly-detection-dashboards-plugin/create_detector_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',