Skip to content

Commit

Permalink
Change form:false for AD request (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit e9f6ae2)
  • Loading branch information
ohltyler authored and github-actions[bot] committed Sep 28, 2022
1 parent a146864 commit 8f15b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8f15b8a

Please sign in to comment.