Skip to content

Commit b8f4d49

Browse files
committed
fix: test environment selection
1 parent 1d29810 commit b8f4d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site.config.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const siteConfig: SiteConfig = {
88
loginUrl: 'http://localhost:8000/login',
99
logoutUrl: 'http://localhost:8000/logout',
1010

11-
environment: EnvironmentTypes.DEVELOPMENT,
11+
environment: EnvironmentTypes.TEST,
1212
basename: '/learner-dashboard',
1313
apps: [{
1414
appId: 'org.openedx.frontend.app.learnerDashboard',

0 commit comments

Comments
 (0)