From 08853fac2d503fc09841f86938850d6580623e90 Mon Sep 17 00:00:00 2001 From: Nazar Gargol Date: Wed, 1 Jul 2020 17:46:50 +1200 Subject: [PATCH] Fixed member import test refs https://github.com/TryGhost/Ghost-Admin/commit/09f4a48bc5849c879806b652ce5a535121745bc3 - The copy was changed, test needed to be updated as well. --- .../tests/integration/services/member-import-validator-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/tests/integration/services/member-import-validator-test.js b/ghost/admin/tests/integration/services/member-import-validator-test.js index 1d04e86177..f388a19f25 100644 --- a/ghost/admin/tests/integration/services/member-import-validator-test.js +++ b/ghost/admin/tests/integration/services/member-import-validator-test.js @@ -56,6 +56,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 to import Stripe customers.'); + expect(result[0].message).to.equal('Missing Stripe connection
You need to connect to Stripe to import Stripe customers.'); }); });