0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Added retries to a flaky batch sending test ()

refs 
This commit is contained in:
Chris Raible 2023-04-07 17:44:11 -07:00 committed by GitHub
parent bec71d7840
commit 04e6b9763c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -875,6 +875,7 @@ describe('Batch sending tests', function () {
});
it('Does replace with and without fallback in both plaintext and html for member with name', async function () {
this.retries(1);
// Create a new member without a first_name
await models.Member.add({
name: 'Simon Tester',