fix(tests): Update test mocks to include provisionAllCertificates methods in certificate manager stubs and related objects.

This commit is contained in:
2025-05-19 23:57:16 +00:00
parent b30464a612
commit 018a49dbc2
6 changed files with 51 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-19 - 19.3.12 - fix(tests)
Update test mocks to include provisionAllCertificates methods in certificate manager stubs and related objects.
- Added async provisionAllCertificates functions to several test mocks (e.g. in test.port80-management.node.ts, test.route-callback-simple.ts, test.route-update-callback.node.ts, and test.simple-acme-mock.ts) to simulate ACME certificate provisioning.
- Enhanced logging and port-add history debugging for ACME challenge port addition.
## 2025-05-19 - 19.3.11 - fix(logger)
Replace raw console logging calls with structured logger usage across certificate management, connection handling, and route processing for improved observability.