mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ describe('Legacy Members API', function () {
|
||||||
|
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
mockManager.mockLabsDisabled('multipleProducts');
|
mockManager.mockLabsDisabled('multipleProducts');
|
||||||
|
mockManager.mockLabsEnabled('membersLastSeenFilter');
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function () {
|
afterEach(function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue