Skip to content

Commit 20bfd43

Browse files
committed
refactor: Remove unnecessary E2E_TEST_TOKEN from docker-compose
E2E_TEST_TOKEN_DEV is sufficient as the teardown logic uses fallback: - First tries E2E_TEST_TOKEN - Falls back to E2E_TEST_TOKEN_DEV when env is 'dev' This change reduces to 3 essential fixes only.
1 parent 3d0756d commit 20bfd43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/docker-compose-e2e-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ services:
4444
context: ../
4545
dockerfile: frontend/Dockerfile.e2e
4646
environment:
47-
E2E_TEST_TOKEN: some-token
4847
E2E_TEST_TOKEN_DEV: some-token
4948
DISABLE_ANALYTICS_FEATURES: 'true'
5049
FLAGSMITH_API: flagsmith-api:8000/api/v1/

0 commit comments

Comments
 (0)