diff options
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts b/server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts index 20d2a14a60b..9b85ae0480c 100644 --- a/server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts +++ b/server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts @@ -26,6 +26,6 @@ export function mockProfileOption(overrides: Partial<ProfileOption> = {}): Profi label: 'Profile 1', language: 'Java', isDisabled: false, - ...overrides + ...overrides, }; } |