Update MovAvgIT AwaitsFix bug url

This commit is contained in:
Christoph Büscher 2018-09-27 11:10:45 +02:00
parent 1cc53b5988
commit cb4cdf17f0
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ public class MovAvgIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34098")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34046")
public void testHoltWintersNotEnoughData() {
Client client = client();
expectThrows(SearchPhaseExecutionException.class, () -> client.prepareSearch("idx").setTypes("type")