Skip to content

Commit c680358

Browse files
Merge pull request #972 from yasinBursali/fix/integration-test-webui-secret
fix(tests): export WEBUI_SECRET stub for compose validation
2 parents 1843ebd + b042b68 commit c680358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dream-server/tests/integration-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ fi
126126
# ============================================
127127
header "2/6" "Docker Compose Validation"
128128

129+
# Provide required compose variables so validation doesn't fail on :? guards
130+
export WEBUI_SECRET="${WEBUI_SECRET:-test}"
131+
129132
if [[ -z "$COMPOSE_FILE" ]]; then
130133
fail "No compose file found (expected base+overlay or docker-compose.yml)"
131134
else

0 commit comments

Comments
 (0)