mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Fixed one of failing member import validation tests
This commit is contained in:
parent
6776b8cde7
commit
f62554934d
@ -68,6 +68,6 @@ describe('Integration: Service: member-import-validator', function () {
|
||||
}]);
|
||||
|
||||
expect(result.length).to.equal(1);
|
||||
expect(result[0].message).to.equal('You need to connect to Stripe first to import Stripe data.');
|
||||
expect(result[0].message).to.equal('You need to <a href="#/settings/labs">connect to Stripe</a> to import Stripe customers.');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user