mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Patch test
This commit is contained in:
parent
455778662c
commit
b3595efa86
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ describe('Email verification flow', function () {
|
|||
eventStub.callCount.should.eql(1);
|
||||
eventStub.lastCall.lastArg.should.have.property('data.source');
|
||||
eventStub.lastCall.lastArg.should.have.property('data.created_at');
|
||||
eventStub.lastCall.lastArg['data.source'].should.eql(`data.source:'admin'`);
|
||||
eventStub.lastCall.lastArg['data.source'].should.eql(`data.source:'import'`);
|
||||
eventStub.lastCall.lastArg['data.created_at'].should.startWith(`data.created_at:>'`);
|
||||
|
||||
emailStub.callCount.should.eql(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue