Skip to content

Commit 200106d

Browse files
committed
Ingest stats not always avaialable
1 parent 02f34ff commit 200106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Tests/Cluster/NodesStats/NodesStatsApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected void Assert(NodeIngestStats nodeIngestStats)
7272
{
7373
nodeIngestStats.Should().NotBeNull();
7474
nodeIngestStats.Total.Should().NotBeNull();
75-
nodeIngestStats.Pipelines.Should().NotBeNull().And.NotBeEmpty();
75+
nodeIngestStats.Pipelines.Should().NotBeNull();
7676
}
7777

7878
protected void Assert(IReadOnlyDictionary<string, AdaptiveSelectionStats> adaptiveSelectionStats)

0 commit comments

Comments
 (0)