updated issue number

This commit is contained in:
Gerard 2019-01-23 16:32:17 +01:00
parent 2673a36578
commit 23d26dec07
1 changed files with 1 additions and 1 deletions

View File

@ -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);