Skip to content

Commit

Permalink
fix(test): Application settings api updated (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple authored Aug 28, 2018
1 parent f0213ca commit 0723a7a
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions test/tests/services/ApplicationSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
]);
Expand Down

0 comments on commit 0723a7a

Please sign in to comment.