Skip to content

Commit

Permalink
Fix mapping loader in TestFixtureHandler
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Jan 12, 2025
1 parent 4cdcf93 commit 726c774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/lib/test_fixture_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class TestFixtureHandler {

return cy.request({
method: 'PUT',
url: `${this.openSearchUrl}/${targetIndex}`,
url: `${this.openSearchUrl}/${targetIndex}/_mapping`,
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit 726c774

Please sign in to comment.