Skip to content

Commit 9f7947e

Browse files
committed
fix failure test
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent d93928d commit 9f7947e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugin/src/test/java/org/opensearch/ml/plugin/DummyWrongTool.java

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
package org.opensearch.ml.plugin;
77

8+
import java.util.List;
89
import java.util.Map;
910

1011
import org.opensearch.core.action.ActionListener;
@@ -104,5 +105,11 @@ public String getDefaultType() {
104105
public String getDefaultVersion() {
105106
return null;
106107
}
108+
109+
@Override
110+
public List<String> getRelatedModelIDKeyFields() {
111+
return List.of();
112+
}
113+
107114
}
108115
}

0 commit comments

Comments
 (0)