update #37
Annotations
6 errors
|
|
|
backend/test/app.integration.test.ts#L34
Expected: "string"
Received: "object"
at <anonymous> (/home/runner/work/proxy-smart/proxy-smart/backend/test/app.integration.test.ts:34:41)
|
|
backend/test/index.test.ts#L68
{
"status": "healthy",
- "timestamp": Any<String>,
- "uptime": Any<Number>,
+ "timestamp": 2025-10-20T02:07:04.150Z,
+ "uptime": 0.256310865,
}
- Expected - 2
+ Received + 2
at <anonymous> (/home/runner/work/proxy-smart/proxy-smart/backend/test/index.test.ts:68:18)
|
|
backend/test/integration.test.ts#L67
{
- "services": Any<Object>,
+ "services": {
+ "fhir": "unknown",
+ "keycloak": "unknown",
+ },
"status": Any<String>,
- "timestamp": Any<String>,
- "uptime": Any<Number>,
+ "timestamp": 2025-10-20T02:07:04.135Z,
+ "uptime": 0.240992942,
"version": Any<String>,
}
- Expected - 3
+ Received + 6
at <anonymous> (/home/runner/work/proxy-smart/proxy-smart/backend/test/integration.test.ts:67:20)
|
|
backend/test/integration.test.ts#L58
{
"status": "healthy",
- "timestamp": Any<String>,
- "uptime": Any<Number>,
+ "timestamp": 2025-10-20T02:07:04.135Z,
+ "uptime": 0.240470843,
}
- Expected - 2
+ Received + 2
at <anonymous> (/home/runner/work/proxy-smart/proxy-smart/backend/test/integration.test.ts:58:20)
|
|
backend/test/routes.integration.test.ts#L93
Expected to contain: 422
Received: [ 200, 503 ]
at <anonymous> (/home/runner/work/proxy-smart/proxy-smart/backend/test/routes.integration.test.ts:93:24)
|
The logs for this run have expired and are no longer available.
Loading