Fix bug in vendor fixture
This commit is contained in:
1
tests/fixtures/vendor_fixtures.py
vendored
1
tests/fixtures/vendor_fixtures.py
vendored
@@ -97,7 +97,6 @@ def test_product(db, test_vendor, unique_product):
|
|||||||
return product
|
return product
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def test_inventory(db, test_product):
|
def test_inventory(db, test_product):
|
||||||
"""Create test inventory entry linked to product."""
|
"""Create test inventory entry linked to product."""
|
||||||
|
|||||||
Reference in New Issue
Block a user