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…
Reference in New Issue