You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set<String> expectedErrorMessages = newHashSet<>(List.of("1 ingest pipelines are still using this model, please delete or update the pipelines first: [ingest_1]", "1 search pipelines are still using this model, please delete or update the pipelines first: [search_1]"));
234
+
Set<String> expectedErrorMessages = newHashSet<>(
235
+
List
236
+
.of(
237
+
"1 ingest pipelines are still using this model, please delete or update the pipelines first: [ingest_1]",
238
+
"1 search pipelines are still using this model, please delete or update the pipelines first: [search_1]"
239
+
)
240
+
);
240
241
Booleanflag = false;
241
242
for (StringerrorMessage : generateErrorMessages) {
242
243
if (!expectedErrorMessages.contains(errorMessage)) {
@@ -311,16 +312,16 @@ public void testDeleteModel_UseSettingToSkipBlockedByIngestPipeline() throws IOE
0 commit comments