Skip to content

Commit e269e20

Browse files
author
Ilyas Gasanov
committed
[DOP-21350] uncomment celery test import
1 parent 68637df commit e269e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncmaster/worker/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
task_cls=WorkerTask,
1616
imports=[
1717
"syncmaster.worker.transfer",
18-
# "tests.test_integration.test_scheduler.test_task",
18+
"tests.test_integration.test_scheduler.test_task",
1919
],
2020
)

0 commit comments

Comments
 (0)