Skip to content

Commit 20163a7

Browse files
authored
🐛Fixes webserver integration tests (#8221)
1 parent e24f5b4 commit 20163a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/data/default_app_config-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ db:
2727
endpoint: ${POSTGRES_ENDPOINT}
2828
host: ${POSTGRES_HOST}
2929
maxsize: 50
30-
minsize: 1
30+
minsize: 2
3131
password: ${POSTGRES_PASSWORD}
3232
port: ${POSTGRES_PORT}
3333
user: ${POSTGRES_USER}

0 commit comments

Comments
 (0)