From 23d26dec0709b9e6c0326aac3b73d95e7bff4e0e Mon Sep 17 00:00:00 2001 From: Gerard Date: Wed, 23 Jan 2019 16:32:17 +0100 Subject: [PATCH] updated issue number --- modules/client/front/billing-data/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/front/billing-data/index.spec.js b/modules/client/front/billing-data/index.spec.js index b8d0f8b11..d589b4dff 100644 --- a/modules/client/front/billing-data/index.spec.js +++ b/modules/client/front/billing-data/index.spec.js @@ -30,7 +30,7 @@ describe('Client', () => { expect(controller.notifyChanges).toHaveBeenCalledWith(); }); }); - // Excluded due mailer changes #79 + // Excluded due mailer changes #1001 xdescribe('notifyChanges()', () => { it(`should perform a GET query`, () => { $httpBackend.when('GET', `/mailer/notification/payment-update/101`).respond(true);