mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
f10f224668
commit
961e300e77
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ describe('API Versioning', function () {
|
|||
|
||||
mockManager.assert.sentEmailCount(1);
|
||||
mockManager.assert.sentEmail({
|
||||
subject: 'Attention required: Your Zapier 1.3 integration has failed',
|
||||
subject: 'Attention required: Your Zapier integration has failed',
|
||||
to: 'jbloggs@example.com'
|
||||
});
|
||||
});
|
||||
|
@ -143,7 +143,7 @@ describe('API Versioning', function () {
|
|||
|
||||
mockManager.assert.sentEmailCount(1);
|
||||
mockManager.assert.sentEmail({
|
||||
subject: 'Attention required: Your Zapier 1.4 integration has failed',
|
||||
subject: 'Attention required: Your Zapier integration has failed',
|
||||
to: 'jbloggs@example.com'
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue