fix(test): Application settings api updated (#177)

This commit is contained in:
jdalrymple 2018-08-27 21:11:50 -04:00 committed by GitHub
parent f0213caa9b
commit 0723a7af8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ describe('ApplicationSettings.all', () => {
'after_sign_up_text',
'akismet_api_key',
'akismet_enabled',
'allow_local_requests_from_hooks_and_services',
'authorized_keys_enabled',
'auto_devops_enabled',
'auto_devops_domain',
@ -52,6 +53,7 @@ describe('ApplicationSettings.all', () => {
'ed25519_key_restriction',
'email_author_in_body',
'enabled_git_access_protocol',
'enforce_terms',
'gitaly_timeout_default',
'gitaly_timeout_medium',
'gitaly_timeout_fast',
@ -82,6 +84,7 @@ describe('ApplicationSettings.all', () => {
'metrics_port',
'metrics_sample_interval',
'metrics_timeout',
'mirror_available',
'pages_domain_verification_enabled',
'password_authentication_enabled_for_web',
'password_authentication_enabled_for_git',
@ -110,27 +113,26 @@ describe('ApplicationSettings.all', () => {
'sign_in_text',
'signup_enabled',
'terminal_max_session_time',
'throttle_unauthenticated_enabled',
'throttle_unauthenticated_requests_per_period',
'throttle_unauthenticated_period_in_seconds',
'throttle_authenticated_web_enabled',
'throttle_authenticated_web_requests_per_period',
'throttle_authenticated_web_period_in_seconds',
'terms',
'throttle_authenticated_api_enabled',
'throttle_authenticated_api_requests_per_period',
'throttle_authenticated_api_period_in_seconds',
'throttle_authenticated_api_requests_per_period',
'throttle_authenticated_web_enabled',
'throttle_authenticated_web_period_in_seconds',
'throttle_authenticated_web_requests_per_period',
'throttle_unauthenticated_enabled',
'throttle_unauthenticated_period_in_seconds',
'throttle_unauthenticated_requests_per_period',
'two_factor_grace_period',
'unique_ips_limit_enabled',
'unique_ips_limit_per_user',
'unique_ips_limit_time_window',
'usage_ping_enabled',
'instance_statistics_visibility_private',
'user_default_external',
'user_oauth_applications',
'version_check_enabled',
'allow_local_requests_from_hooks_and_services',
'enforce_terms',
'terms',
'mirror_available',
'web_ide_clientside_preview_enabled',
'password_authentication_enabled',
'signin_enabled',
]);