Enabled the last_seen_at flag in the legacy member tests

refs https://github.com/TryGhost/Team/issues/1393

- Added the `last_seen_at` property back in the api answers. The property was removed in ebab652919 without updating the member legacy snapshots
This commit is contained in:
Thibaut Patel 2022-02-24 17:40:31 +01:00
parent de2e894c53
commit e262b09180

View File

@ -14,6 +14,7 @@ describe('Legacy Members API', function () {
beforeEach(function () {
mockManager.mockLabsDisabled('multipleProducts');
mockManager.mockLabsEnabled('membersLastSeenFilter');
});
afterEach(function () {