Added data bridge api healthcheck and tests. #55
Triggered via pull request
September 24, 2025 15:04
Status
Failure
Total duration
1m 25s
Artifacts
–
check-pull-request.yml
on: pull_request
Run Pull Request Checks
1m 22s
Run Integration Tests
0s
Annotations
2 errors
|
Run Pull Request Checks
Process completed with exit code 1.
|
|
KeeperData.Api.Tests.Component.Endpoints.HealthcheckEndpointTests.GivenValidHealthCheckRequest_ShouldSucceed:
working-dir/tests/KeeperData.Api.Tests.Component/Endpoints/HealthcheckEndpointTests.cs#L36
Moq.MockException :
Expected invocation on the mock once, but was 0 times: x => x.SendAsync(RequestMatcher.Is(GET, "http://localhost:5560/health"), It.IsAny<CancellationToken>())
Performed invocations:
Mock<HttpMessageHandler:1> (x):
No invocations performed.
|