Skip to content

Commit dececa6

Browse files
committed
fix: Updating application settings test to match updated API
1 parent 2f859c6 commit dececa6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/tests/services/ApplicationSettings.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ describe('ApplicationSettings.all', () => {
108108
'session_expire_delay',
109109
'shared_runners_enabled',
110110
'shared_runners_text',
111-
'sidekiq_throttling_enabled',
112-
'sidekiq_throttling_factor',
113-
'sidekiq_throttling_queues',
114111
'sign_in_text',
115112
'signup_enabled',
116113
'terminal_max_session_time',
@@ -136,6 +133,7 @@ describe('ApplicationSettings.all', () => {
136133
'user_oauth_applications',
137134
'version_check_enabled',
138135
'web_ide_clientside_preview_enabled',
136+
'diff_max_patch_bytes',
139137
'password_authentication_enabled',
140138
'signin_enabled',
141139
]);

0 commit comments

Comments
 (0)