Browse Source

Tests passing

Ask Solem 13 năm trước cách đây
mục cha
commit
d692df601e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      celery/tests/worker/test_worker.py

+ 1 - 1
celery/tests/worker/test_worker.py

@@ -796,7 +796,7 @@ class test_WorkController(AppCase):
         self.assertTrue(app.loader.init_worker.call_count)
         self.assertTrue(on_worker_process_init.called)
         self.assertIs(_tls.current_app, app)
-        set_mp_process_title.assert_called_with('celery',
+        set_mp_process_title.assert_called_with('celeryd',
                         hostname='awesome.worker.com')
 
     def test_with_rate_limits_disabled(self):