Skip to content

Commit 0d345b7

Browse files
committed
fix: Updating ApplicationSettings test
1 parent 1f88f1f commit 0d345b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/tests/services/ApplicationSettings.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ describe('ApplicationSettings.all', () => {
9696
'recaptcha_enabled',
9797
'recaptcha_private_key',
9898
'recaptcha_site_key',
99+
'receive_max_input_size',
99100
'repository_checks_enabled',
100101
'repository_storages',
101102
'require_two_factor_authentication',
@@ -130,6 +131,8 @@ describe('ApplicationSettings.all', () => {
130131
'usage_ping_enabled',
131132
'instance_statistics_visibility_private',
132133
'user_default_external',
134+
'user_show_add_ssh_key_message',
135+
'user_default_internal_regex',
133136
'user_oauth_applications',
134137
'version_check_enabled',
135138
'web_ide_clientside_preview_enabled',

0 commit comments

Comments
 (0)