Skip to content

Commit a284a75

Browse files
committed
Fix rabbit itnegration test failure
1 parent e783069 commit a284a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/integration/01/notifications/test_rabbitmq_consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async def client(
141141
monkeypatch_setenv_from_app_config: Callable,
142142
) -> TestClient:
143143
app_config["storage"]["enabled"] = False
144-
144+
app_config["db"]["postgres"]["minsize"] = 2
145145
monkeypatch_setenv_from_app_config(app_config)
146146
app = create_safe_application(app_config)
147147

0 commit comments

Comments
 (0)