Browse Source

Update MovAvgIT AwaitsFix bug url

Christoph Büscher 7 years ago
parent
commit
cb4cdf17f0

+ 1 - 1
server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java

@@ -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")