From 0723a7af8a069c65fddb60e96da25ae0e09fd76d Mon Sep 17 00:00:00 2001 From: jdalrymple Date: Mon, 27 Aug 2018 21:11:50 -0400 Subject: [PATCH] fix(test): Application settings api updated (#177) --- test/tests/services/ApplicationSettings.js | 24 ++++++++++++---------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/test/tests/services/ApplicationSettings.js b/test/tests/services/ApplicationSettings.js index 9e25b2d0..b0a62454 100644 --- a/test/tests/services/ApplicationSettings.js +++ b/test/tests/services/ApplicationSettings.js @@ -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', ]);