mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Enable development mode in the e2e test container
The first-session specs depend on /api/security/dev/reset-first-run, which is gated on development mode; the test stack never set PULSE_DEV, so every reset attempt answered 403 in both CI and local compose runs. The only other effects of the flag in this stack are the localhost AllowedOrigins default and env-gated dev toggles that remain off.
This commit is contained in:
parent
36b42c1591
commit
8c0740f6ae
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ services:
|
|||
- PULSE_LOG_LEVEL=debug
|
||||
# Mock mode for faster testing
|
||||
- PULSE_MOCK_MODE=true
|
||||
# Dev-only endpoints the suite depends on (first-run reset in the
|
||||
# first-session specs) are gated on development mode.
|
||||
- PULSE_DEV=true
|
||||
- PULSE_MULTI_TENANT_ENABLED=${PULSE_MULTI_TENANT_ENABLED:-false}
|
||||
- PULSE_ALLOW_DOCKER_UPDATES=true
|
||||
- PULSE_UPDATE_STAGE_DELAY_MS=250
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue