From 37aa4c01164bffe7b17b2130511e6dc463b1ffb3 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Wed, 28 Sep 2022 12:37:08 -0700 Subject: [PATCH] Change form:false for AD request (#295) Signed-off-by: Tyler Ohlsen Signed-off-by: Tyler Ohlsen (cherry picked from commit e9f6ae2675a220511c0c2ddf2f734b2c79ad734a) --- .../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 111c15a2b..c8f82e810 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 @@ -18,7 +18,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',