Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: b4sjoo <[email protected]>
  • Loading branch information
b4sjoo committed Sep 18, 2024
1 parent 6edda9b commit c4a41cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import static org.opensearch.ml.settings.MLCommonsSettings.ML_COMMONS_AGENT_FRAMEWORK_ENABLED;
import static org.opensearch.ml.settings.MLCommonsSettings.ML_COMMONS_CONTROLLER_ENABLED;
import static org.opensearch.ml.settings.MLCommonsSettings.ML_COMMONS_LOCAL_MODEL_ENABLED;
import static org.opensearch.ml.settings.MLCommonsSettings.ML_COMMONS_MULTI_TENANCY_ENABLED;
import static org.opensearch.ml.settings.MLCommonsSettings.ML_COMMONS_REMOTE_INFERENCE_ENABLED;
Expand Down Expand Up @@ -46,7 +47,8 @@ public void setUp() {
ML_COMMONS_MULTI_TENANCY_ENABLED,
ML_COMMONS_REMOTE_INFERENCE_ENABLED,
ML_COMMONS_AGENT_FRAMEWORK_ENABLED,
ML_COMMONS_LOCAL_MODEL_ENABLED
ML_COMMONS_LOCAL_MODEL_ENABLED,
ML_COMMONS_CONTROLLER_ENABLED
)
)
);
Expand Down

0 comments on commit c4a41cf

Please sign in to comment.