diff --git a/test/utils/url-service-utils.js b/test/utils/url-service-utils.js index 459a340f41..87827550ed 100644 --- a/test/utils/url-service-utils.js +++ b/test/utils/url-service-utils.js @@ -17,7 +17,7 @@ module.exports.isFinished = async (options = {disableDbReadyEvent: false}) => { }; // @TODO: unify all the reset/softTeset helpers so they either work how the main code works or the reasons why they are different are clear -module.exports.init = ({urlCache}) => { +module.exports.init = ({urlCache} = {}) => { urlService.init({urlCache}); };