We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f34ff commit 200106dCopy full SHA for 200106d
src/Tests/Tests/Cluster/NodesStats/NodesStatsApiTests.cs
@@ -72,7 +72,7 @@ protected void Assert(NodeIngestStats nodeIngestStats)
72
{
73
nodeIngestStats.Should().NotBeNull();
74
nodeIngestStats.Total.Should().NotBeNull();
75
- nodeIngestStats.Pipelines.Should().NotBeNull().And.NotBeEmpty();
+ nodeIngestStats.Pipelines.Should().NotBeNull();
76
}
77
78
protected void Assert(IReadOnlyDictionary<string, AdaptiveSelectionStats> adaptiveSelectionStats)
0 commit comments