mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Analysis : Fix no response from Analyze API without specified index
fix test
This commit is contained in:
parent
267cd65506
commit
51f6519e71
@ -512,7 +512,7 @@ public class AnalyzeActionIT extends ESIntegTestCase {
|
||||
fail("shouldn't get here");
|
||||
} catch (Throwable t) {
|
||||
assertThat(t, instanceOf(IllegalArgumentException.class));
|
||||
assertThat(t.getMessage(), startsWith("failed to find analyzer"));
|
||||
assertThat(t.getMessage(), startsWith("failed to find global analyzer"));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user