updated issue number
This commit is contained in:
parent
2673a36578
commit
23d26dec07
|
@ -30,7 +30,7 @@ describe('Client', () => {
|
||||||
expect(controller.notifyChanges).toHaveBeenCalledWith();
|
expect(controller.notifyChanges).toHaveBeenCalledWith();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// Excluded due mailer changes #79
|
// Excluded due mailer changes #1001
|
||||||
xdescribe('notifyChanges()', () => {
|
xdescribe('notifyChanges()', () => {
|
||||||
it(`should perform a GET query`, () => {
|
it(`should perform a GET query`, () => {
|
||||||
$httpBackend.when('GET', `/mailer/notification/payment-update/101`).respond(true);
|
$httpBackend.when('GET', `/mailer/notification/payment-update/101`).respond(true);
|
||||||
|
|
Loading…
Reference in New Issue