mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Fixed regression tests
This commit is contained in:
parent
754086c3a5
commit
f1291058ec
@ -250,7 +250,7 @@ describe('Members API', function () {
|
||||
should.exist(jsonResponse.meta.stats);
|
||||
|
||||
jsonResponse.meta.stats.imported.count.should.equal(0);
|
||||
jsonResponse.meta.stats.invalid.should.equal(2);
|
||||
jsonResponse.meta.stats.invalid.count.should.equal(2);
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user