Skip to content

Commit 726c774

Browse files
author
Miki
committed
Fix mapping loader in TestFixtureHandler
Signed-off-by: Miki <[email protected]>
1 parent 4cdcf93 commit 726c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/lib/test_fixture_handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class TestFixtureHandler {
1919

2020
return cy.request({
2121
method: 'PUT',
22-
url: `${this.openSearchUrl}/${targetIndex}`,
22+
url: `${this.openSearchUrl}/${targetIndex}/_mapping`,
2323
headers: {
2424
'Content-Type': 'application/json',
2525
},

0 commit comments

Comments
 (0)