Skip to content

Commit 0723a7a

Browse files
authored
fix(test): Application settings api updated (#177)
1 parent f0213ca commit 0723a7a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

test/tests/services/ApplicationSettings.js

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ describe('ApplicationSettings.all', () => {
2626
'after_sign_up_text',
2727
'akismet_api_key',
2828
'akismet_enabled',
29+
'allow_local_requests_from_hooks_and_services',
2930
'authorized_keys_enabled',
3031
'auto_devops_enabled',
3132
'auto_devops_domain',
@@ -52,6 +53,7 @@ describe('ApplicationSettings.all', () => {
5253
'ed25519_key_restriction',
5354
'email_author_in_body',
5455
'enabled_git_access_protocol',
56+
'enforce_terms',
5557
'gitaly_timeout_default',
5658
'gitaly_timeout_medium',
5759
'gitaly_timeout_fast',
@@ -82,6 +84,7 @@ describe('ApplicationSettings.all', () => {
8284
'metrics_port',
8385
'metrics_sample_interval',
8486
'metrics_timeout',
87+
'mirror_available',
8588
'pages_domain_verification_enabled',
8689
'password_authentication_enabled_for_web',
8790
'password_authentication_enabled_for_git',
@@ -110,27 +113,26 @@ describe('ApplicationSettings.all', () => {
110113
'sign_in_text',
111114
'signup_enabled',
112115
'terminal_max_session_time',
113-
'throttle_unauthenticated_enabled',
114-
'throttle_unauthenticated_requests_per_period',
115-
'throttle_unauthenticated_period_in_seconds',
116-
'throttle_authenticated_web_enabled',
117-
'throttle_authenticated_web_requests_per_period',
118-
'throttle_authenticated_web_period_in_seconds',
116+
'terms',
119117
'throttle_authenticated_api_enabled',
120-
'throttle_authenticated_api_requests_per_period',
121118
'throttle_authenticated_api_period_in_seconds',
119+
'throttle_authenticated_api_requests_per_period',
120+
'throttle_authenticated_web_enabled',
121+
'throttle_authenticated_web_period_in_seconds',
122+
'throttle_authenticated_web_requests_per_period',
123+
'throttle_unauthenticated_enabled',
124+
'throttle_unauthenticated_period_in_seconds',
125+
'throttle_unauthenticated_requests_per_period',
122126
'two_factor_grace_period',
123127
'unique_ips_limit_enabled',
124128
'unique_ips_limit_per_user',
125129
'unique_ips_limit_time_window',
126130
'usage_ping_enabled',
131+
'instance_statistics_visibility_private',
127132
'user_default_external',
128133
'user_oauth_applications',
129134
'version_check_enabled',
130-
'allow_local_requests_from_hooks_and_services',
131-
'enforce_terms',
132-
'terms',
133-
'mirror_available',
135+
'web_ide_clientside_preview_enabled',
134136
'password_authentication_enabled',
135137
'signin_enabled',
136138
]);

0 commit comments

Comments
 (0)