Refactoring code for modular approach
This commit is contained in:
@@ -83,7 +83,7 @@ class TestAdminService:
|
||||
def test_get_all_shops_with_pagination(self, db, test_shop):
|
||||
"""Test shop pagination works correctly"""
|
||||
# Create additional shop for pagination test using the helper function
|
||||
from conftest import create_test_import_job # If you added the helper function
|
||||
# from conftest import create_test_import_job # If you added the helper function
|
||||
|
||||
# Or create directly with proper fields
|
||||
additional_shop = Shop(
|
||||
|
||||
Reference in New Issue
Block a user