Commit c4a41cf 1 parent 6edda9b commit c4a41cf Copy full SHA for c4a41cf
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 10
10
import static org .mockito .Mockito .verify ;
11
11
import static org .mockito .Mockito .when ;
12
12
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_AGENT_FRAMEWORK_ENABLED ;
13
+ import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_CONTROLLER_ENABLED ;
13
14
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_LOCAL_MODEL_ENABLED ;
14
15
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_MULTI_TENANCY_ENABLED ;
15
16
import static org .opensearch .ml .settings .MLCommonsSettings .ML_COMMONS_REMOTE_INFERENCE_ENABLED ;
@@ -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