Skip to content

Commit 5a6d47e

Browse files
committed
test fix
1 parent 8f847f6 commit 5a6d47e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/api-server/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def default_app_env_vars(
7474
env_vars["POSTGRES_MINSIZE"] = "2"
7575
env_vars["POSTGRES_MAXSIZE"] = "10"
7676
env_vars["API_SERVER_CELERY"] = "null"
77+
env_vars["API_SERVER_RABBITMQ"] = "null"
7778

7879
return env_vars
7980

0 commit comments

Comments
 (0)