We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e863ab commit a327b0eCopy full SHA for a327b0e
src/pytest_celery/vendors/worker/container.py
@@ -71,7 +71,7 @@ def buildargs(cls) -> dict:
71
@classmethod
72
def env(cls, celery_worker_cluster_config: dict, initial: dict | None = None) -> dict:
73
env = initial or {}
74
- env = {**env, **DEFAULT_WORKER_ENV.copy()}
+ env = {**DEFAULT_WORKER_ENV.copy(), **env}
75
76
config_mappings = [
77
("celery_broker_cluster_config", "CELERY_BROKER_URL"),
0 commit comments