Skip to content

Commit 2b2f64b

Browse files
disable Celery in wb_auth tests
1 parent 7ef024a commit 2b2f64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/web/server/tests/unit/with_dbs/03/test_login_auth_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def app_environment_for_wb_authz_service_dict(
6767
"POSTGRES_USER": postgres_cfg["user"],
6868
"POSTGRES_PASSWORD": postgres_cfg["password"],
6969
"HOSTNAME": docker_compose_service_hostname,
70+
"WEBSERVER_CELERY": "null",
7071
"WEBSERVER_TRACING": "null", # BUT we will disable it for tests
7172
}
7273

0 commit comments

Comments
 (0)