diff --git a/services/web/test/acceptance/src/helpers/Subscription.mjs b/services/web/test/acceptance/src/helpers/Subscription.mjs index 6b6f87e4d6..1ce0e87afd 100644 --- a/services/web/test/acceptance/src/helpers/Subscription.mjs +++ b/services/web/test/acceptance/src/helpers/Subscription.mjs @@ -85,7 +85,10 @@ class PromisifiedSubscription { } async enableManagedUsers() { - await Modules.promises.hooks.fire('enableManagedUsers', this._id) + await Modules.promises.hooks.fire('enableManagedUsers', this._id, { + initiatorId: this.admin_id, + ipAddress: '123.456.789.0', + }) } async disableManagedUsers() {