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

@ -49,6 +49,7 @@ tap.test('should set update routes callback on certificate manager', async () =>
setGlobalAcmeDefaults: function() {},
setAcmeStateManager: function() {},
initialize: async function() {},
provisionAllCertificates: async function() {},
stop: async function() {},
getAcmeOptions: function() { return acmeOptions || {}; },
getState: function() { return initialState || { challengeRouteActive: false }; }