From dee6c5140f33c49789fcd9a5ec80fee920a45c30 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Tue, 16 Jan 2024 16:07:07 -0500 Subject: [PATCH] Fix tests --- tests/Serval.ApiServer.IntegrationTests/StatusTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Serval.ApiServer.IntegrationTests/StatusTests.cs b/tests/Serval.ApiServer.IntegrationTests/StatusTests.cs index 1ede8a3e..8a8a2f14 100644 --- a/tests/Serval.ApiServer.IntegrationTests/StatusTests.cs +++ b/tests/Serval.ApiServer.IntegrationTests/StatusTests.cs @@ -27,7 +27,7 @@ public async Task GetHealthAsync(IEnumerable scope, int expectedStatusCo HealthReport healthReport = await client.GetHealthAsync(); Assert.That(healthReport, Is.Not.Null); Assert.That(healthReport.Status.ToString(), Is.Not.EqualTo("Healthy")); - Assert.That(healthReport.Results, Has.Count.EqualTo(5)); + Assert.That(healthReport.Results, Has.Count.EqualTo(6)); break; case 403: ex = Assert.ThrowsAsync(async () =>