Unit test fix
This commit is contained in:
parent
ff1f6564f9
commit
85eb6affdf
|
@ -1799,7 +1799,7 @@ class Item extends BaseObject
|
|||
self::updateThread($parent_id);
|
||||
}
|
||||
|
||||
ItemDeliveryData::insert($item['id'], $delivery_data);
|
||||
ItemDeliveryData::insert($current_post, $delivery_data);
|
||||
|
||||
DBA::commit();
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ pconfig:
|
|||
photo:
|
||||
workerqueue:
|
||||
mail:
|
||||
item-delivery-data:
|
||||
|
||||
# Base test config to avoid notice messages
|
||||
config:
|
||||
|
|
Loading…
Reference in a new issue