Unit test fix

This commit is contained in:
Hypolite Petovan 2018-12-07 23:51:08 -05:00
parent ff1f6564f9
commit 85eb6affdf
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

@ -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: