Skip to content

Commit

Permalink
update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaHMCTS committed Oct 23, 2024
1 parent df18cb6 commit 342b087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dotenv/config';
import Environment from '../enums/environment';

const config = {
environment: Environment[process.env.ENVIRONMENT] as Environment,
environment: process.env.ENVIRONMENT as Environment,
idamStudEnabled: process.env.IDAM_STUB_ENABLED === 'true',
skipAuthSetup: process.env.SKIP_AUTH_SETUP === 'true',
skipCitizenSetup: process.env.SKIP_CITIZEN_SETUP === 'true',
Expand Down

0 comments on commit 342b087

Please sign in to comment.