Fix bug in vendor fixture

This commit is contained in:
2025-10-19 16:09:00 +02:00
parent 259c2715d1
commit 7b8e31a198

View File

@@ -97,7 +97,6 @@ def test_product(db, test_vendor, unique_product):
return product
@pytest.fixture
@pytest.fixture
def test_inventory(db, test_product):
"""Create test inventory entry linked to product."""