Skip to content

Commit 6f24709

Browse files
authored
Update ordering_tests.py
updated the code changes as suggested.
1 parent 21f8a92 commit 6f24709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/managers/ordering_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def test_get_price_id_list(self):
316316

317317
prices = self.ordering.get_price_id_list('PACKAGE_KEYNAME', ['ITEM1', 'ITEM2'], "8")
318318

319-
list_mock.assert_called_once_with('PACKAGE_KEYNAME', mask=self.package_mask)
319+
list_mock.assert_called_once_with('PACKAGE_KEYNAME', mask=self.ordering.package_mask)
320320
self.assertEqual([price1['id'], price2['id']], prices)
321321

322322
def test_get_price_id_list_no_core(self):

0 commit comments

Comments
 (0)