Commit a5958b7c authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: testSlapOSAccountingBuilder: stop using deleted business processes

parent 2853f540
......@@ -1681,8 +1681,8 @@ class TestSlapOSSaleInvoiceTransactionTradeModelBuilder(TestSlapOSSalePackingLis
# create new simulation movements
invoice_movement_kw = dict(
causality=[
'business_process_module/slapos_aggregated_business_process/invoice',
'business_process_module/slapos_aggregated_business_process/invoice_path'
'%s/invoice' % business_process.getRelativeUrl(),
'%s/invoice_path' % business_process.getRelativeUrl()
],
trade_phase='slapos/invoicing',
delivery_ratio=1.0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment