mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
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:
parent
de2e894c53
commit
e262b09180
@ -14,6 +14,7 @@ describe('Legacy Members API', function () {
|
||||
|
||||
beforeEach(function () {
|
||||
mockManager.mockLabsDisabled('multipleProducts');
|
||||
mockManager.mockLabsEnabled('membersLastSeenFilter');
|
||||
});
|
||||
|
||||
afterEach(function () {
|
||||
|
Loading…
Reference in New Issue
Block a user