Commit bbde4ec 1 parent 6edda9b commit bbde4ec Copy full SHA for bbde4ec
File tree 1 file changed +3
-1
lines changed
plugin/src/test/java/org/opensearch/ml/settings
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_LOCAL_MODEL_ENABLED ;
14
14
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_MULTI_TENANCY_ENABLED ;
15
15
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_REMOTE_INFERENCE_ENABLED ;
16
+ import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_CONTROLLER_ENABLED ;
16
17
17
18
import java .util .Set ;
18
19
@@ -46,7 +47,8 @@ public void setUp() {
46
47
ML_COMMONS_MULTI_TENANCY_ENABLED ,
47
48
ML_COMMONS_REMOTE_INFERENCE_ENABLED ,
48
49
ML_COMMONS_AGENT_FRAMEWORK_ENABLED ,
49
- ML_COMMONS_LOCAL_MODEL_ENABLED
50
+ ML_COMMONS_LOCAL_MODEL_ENABLED ,
51
+ ML_COMMONS_CONTROLLER_ENABLED
50
52
)
51
53
)
52
54
);
You can’t perform that action at this time.
0 commit comments