Skip to content

Commit 7212338

Browse files
committed
fix: update tests to use idiomatic adapter pattern and fix test infrastructure
- Remove skipIfNotReady checks from RedisLinkCache tests (use testcontainers) - Translate test comments to English - Fix LoggingInterceptor tests - update log message format expectations - Fix SessionInterceptor test - correct header mock implementation - Update ProxyController integration tests - fix method call expectations - Remove outdated tests/integration directory (used deprecated API) - All tests now passing: 19 test files, 129 tests
1 parent 82415bb commit 7212338

File tree

27 files changed

+704
-1386
lines changed

27 files changed

+704
-1386
lines changed

boundaries/proxy/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"@opentelemetry/winston-transport": "0.19.0",
6565
"@ory/kratos-client": "25.4.0",
6666
"@pyroscope/nodejs": "0.4.8",
67-
"@types/node": "^24.10.1",
6867
"amqplib": "^0.10.9",
6968
"awilix": "^12.0.5",
7069
"compression": "1.8.1",

boundaries/proxy/pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boundaries/proxy/src/__tests__/integration/adapters/LinkServiceConnectAdapter.integration.test.ts

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)