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