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."""