test repairs
gitea/salix/dev This commit has test failures
Details
gitea/salix/dev This commit has test failures
Details
This commit is contained in:
parent
c2badeacd0
commit
5501ff8f4f
|
@ -85,7 +85,7 @@ describe('Ticket Component vnTicketDescriptor', () => {
|
|||
|
||||
$httpBackend.when('POST', `/ticket/api/Tickets/2/makeInvoice`).respond();
|
||||
$httpBackend.expect('POST', `/ticket/api/Tickets/2/makeInvoice`).respond();
|
||||
controller.invoiceMakeOut('ACCEPT');
|
||||
controller.makeInvoiceOut('ACCEPT');
|
||||
$httpBackend.flush();
|
||||
|
||||
expect(controller.vnApp.showSuccess).toHaveBeenCalledWith('Ticket invoiced');
|
||||
|
|
Loading…
Reference in New Issue