mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed regression tests
This commit is contained in:
parent
1725f538be
commit
c0533b75ac
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ describe('Members API', function () {
|
|||
.then((res) => {
|
||||
should.not.exist(res.headers['x-cache-invalidate']);
|
||||
res.headers['content-disposition'].should.match(/Attachment;\sfilename="members/);
|
||||
res.text.should.match(/id,email,name,created_at,deleted_at/);
|
||||
res.text.should.match(/id,email,name,note,created_at,deleted_at/);
|
||||
res.text.should.match(/member1@test.com/);
|
||||
res.text.should.match(/Mr Egg/);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue