Skip to content

Commit d1ed68d

Browse files
author
Hendrik Muhs
committed
fix JobStatsMonitoringDocTests
1 parent d1fa2fc commit d1ed68d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/collector/ml/JobStatsMonitoringDocTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ public void testToXContent() throws IOException {
155155
+ "\"log_time\":1483315322002,"
156156
+ "\"timestamp\":1483228861001"
157157
+ "},"
158+
+ "\"forecasts_stats\":{"
159+
+ "\"total\":0,\"forecasted_jobs\":0"
160+
+ "},"
158161
+ "\"state\":\"opened\","
159162
+ "\"node\":{"
160163
+ "\"id\":\"_node_id\","

0 commit comments

Comments
 (0)