|
|
|
@ -46,6 +46,8 @@ func TestAPIExposedSettings(t *testing.T) {
|
|
|
|
|
MirrorsDisabled: setting.Repository.DisableMirrors, |
|
|
|
|
HTTPGitDisabled: setting.Repository.DisableHTTPGit, |
|
|
|
|
MigrationsDisabled: setting.Repository.DisableMigrations, |
|
|
|
|
TimeTrackingDisabled: false, |
|
|
|
|
LFSDisabled: !setting.LFS.StartServer, |
|
|
|
|
}, repo) |
|
|
|
|
|
|
|
|
|
attachment := new(api.GeneralAttachmentSettings) |
|
|
|
|