Commit ef0477c1 authored by Nicolas Wavrant's avatar Nicolas Wavrant

testInventoryAPI: ledger_uid shouldn't be in the properties returned by...

testInventoryAPI: ledger_uid shouldn't be in the properties returned by getMovementHistoryList, since it has been removed from (Resource_zGetMovementHistoryList.sql) (fix for 6c510537)
parent e5c20764
......@@ -1619,7 +1619,6 @@ class TestMovementHistoryList(InventoryAPITestCase):
self.assertTrue(hasattr(brain, 'payment_uid'))
self.assertTrue(hasattr(brain, 'project_uid'))
self.assertTrue(hasattr(brain, 'funding_uid'))
self.assertTrue(hasattr(brain, 'ledger_uid'))
self.assertTrue(hasattr(brain, 'mirror_node_uid'))
self.assertTrue(hasattr(brain, 'mirror_section_uid'))
......
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