API and database models refactoring
This commit is contained in:
2
tests/fixtures/product_fixtures.py
vendored
2
tests/fixtures/product_fixtures.py
vendored
@@ -3,7 +3,7 @@ import uuid
|
||||
|
||||
import pytest
|
||||
|
||||
from models.database_models import Product
|
||||
from models.database.product import Product
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user