mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
rename celery_init.py
This commit is contained in:
@@ -3,7 +3,7 @@ from application.core.settings import settings
|
||||
from application.celery_init import make_celery
|
||||
|
||||
|
||||
@patch('application.celery.Celery')
|
||||
@patch('application.celery_init.Celery')
|
||||
def test_make_celery(mock_celery):
|
||||
# Arrange
|
||||
app_name = 'test_app_name'
|
||||
|
||||
Reference in New Issue
Block a user