Skip to content

Commit

Permalink
Fix deprecated function
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 21, 2024
1 parent d915381 commit 64366a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests.YamlRunner/TestSuiteBootstrap.fs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let private deleteAllIndices (client: IOpenSearchLowLevelClient) =
let private deleteAllTemplates (client: IOpenSearchLowLevelClient) =
[
client.Indices.DeleteTemplateForAll<DynamicResponse>("*")
client.Indices.DeleteTemplateV2ForAll<DynamicResponse>("*")
client.Indices.DeleteComposableTemplateForAll<DynamicResponse>("*")
client.Cluster.DeleteComponentTemplate<DynamicResponse>("*")
]

Expand Down

0 comments on commit 64366a8

Please sign in to comment.