fix function name

This commit is contained in:
Matthias 2022-05-28 18:26:15 +02:00
parent b74826c4d0
commit e4d9fcdb30
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -102,7 +102,7 @@ class StockItemListTest(StockAPITestCase):
self.assertEqual(len(response), 12)
def test_filter_by_IPN(self):
def test_filter_by_ipn(self):
"""Filter StockItem by IPN reference."""
response = self.get_stock(IPN="R.CH")
self.assertEqual(len(response), 3)