Skip to content

Commit

Permalink
Remove remaining mapping types (opensearch-project#335)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 authored Mar 28, 2022
1 parent 395fc5f commit 29389a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void tearDown() throws Exception {
* Create a k-NN index with default settings
*/
protected IndexService createKNNIndex(String indexName) {
return createIndex(indexName, getKNNDefaultIndexSettings(), null);
return createIndex(indexName, getKNNDefaultIndexSettings());
}

/**
Expand Down

0 comments on commit 29389a1

Please sign in to comment.