Skip to content
Merged
Prev Previous commit
Next Next commit
Update PrometheusExporterMiddlewareTests.cs
  • Loading branch information
robertcoltheart authored May 16, 2024
commit ad8fdaa0b9b502fec77c84242e3d5b7ed077ce12
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public async Task PrometheusExporterMiddlewareIntegration_CanServeOpenMetricsAnd
counter.Add(100.18D, tags);
counter.Add(0.99D, tags);

var testCases = new bool[] { true, false };
var testCases = new bool[] { true, false, true, true, false };

using var client = host.GetTestClient();

Expand Down