fix(tests): Update test mocks to include provisionAllCertificates methods in certificate manager stubs and related objects.
This commit is contained in:
@ -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 }; }
|
||||
|
Reference in New Issue
Block a user