Skip to content

Commit

Permalink
add missing inDevelopment property
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchock committed Sep 28, 2024
1 parent e00a8e4 commit 41ca426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ describe('CodeButtonComponent', () => {
externalUserManagementURL: '',
features: [],
inProduction: false,
inDevelopment: true,
programmingLanguageFeatures: [],
ribbonEnv: '',
sshCloneURLTemplate: 'ssh://[email protected]:7999/',
Expand Down
1 change: 1 addition & 0 deletions src/test/javascript/spec/service/profile.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ describe('ProfileService', () => {
},
},
inProduction: true,
inDevelopment: false,
openApiEnabled: true,
sentry: { dsn: 'https://[email protected]/2' },
features: [FeatureToggle.ProgrammingExercises, FeatureToggle.PlagiarismChecks],
Expand Down

0 comments on commit 41ca426

Please sign in to comment.