Commit c68aaf71 authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: testSlapOSAccountingBuilder: stop using deleted business processes

parent 34e6b829
...@@ -1681,8 +1681,8 @@ class TestSlapOSSaleInvoiceTransactionTradeModelBuilder(TestSlapOSSalePackingLis ...@@ -1681,8 +1681,8 @@ class TestSlapOSSaleInvoiceTransactionTradeModelBuilder(TestSlapOSSalePackingLis
# create new simulation movements # create new simulation movements
invoice_movement_kw = dict( invoice_movement_kw = dict(
causality=[ causality=[
'business_process_module/slapos_aggregated_business_process/invoice', '%s/invoice' % business_process.getRelativeUrl(),
'business_process_module/slapos_aggregated_business_process/invoice_path' '%s/invoice_path' % business_process.getRelativeUrl()
], ],
trade_phase='slapos/invoicing', trade_phase='slapos/invoicing',
delivery_ratio=1.0, 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