diff --git a/api/src/utils/test/fixtures/subscriber.ts b/api/src/utils/test/fixtures/subscriber.ts index 04aecd65..a45e41b9 100644 --- a/api/src/utils/test/fixtures/subscriber.ts +++ b/api/src/utils/test/fixtures/subscriber.ts @@ -91,9 +91,6 @@ export const subscriberDefaultValues: TFixturesDefaultValues = { lastvisit: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000), retainedFrom: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000), avatar: null, - /*context: { - vars: {}, - }*/ // TODO: add unit tests taking into account the context field }; export const subscriberFixtures = getFixturesWithDefaultValues({