mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-17 21:26:26 +00:00
rename celery_init.py
This commit is contained in:
parent
d87b411193
commit
1754570057
@ -3,7 +3,7 @@ from application.core.settings import settings
|
|||||||
from application.celery_init import make_celery
|
from application.celery_init import make_celery
|
||||||
|
|
||||||
|
|
||||||
@patch('application.celery.Celery')
|
@patch('application.celery_init.Celery')
|
||||||
def test_make_celery(mock_celery):
|
def test_make_celery(mock_celery):
|
||||||
# Arrange
|
# Arrange
|
||||||
app_name = 'test_app_name'
|
app_name = 'test_app_name'
|
||||||
|
Loading…
Reference in New Issue
Block a user