From 7b8e31a1983a0e2d0c6ecc069bd7214e28df00c5 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sun, 19 Oct 2025 16:09:00 +0200 Subject: [PATCH] Fix bug in vendor fixture --- tests/fixtures/vendor_fixtures.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fixtures/vendor_fixtures.py b/tests/fixtures/vendor_fixtures.py index c8d72561..84c57895 100644 --- a/tests/fixtures/vendor_fixtures.py +++ b/tests/fixtures/vendor_fixtures.py @@ -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."""