Add "/__admin/health" endpoint (#1112)

This commit is contained in:
Stef Heyenrath
2024-06-03 10:59:44 +02:00
committed by GitHub
parent f76ea1d8ec
commit 17f5ab5145
5 changed files with 50 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ public class WireMockServerProxyTests
}
// Assert
server.Mappings.Should().HaveCount(35);
server.Mappings.Should().HaveCount(36);
}
[Fact]