Update Structs #524

Merged
lunny merged 15 commits from 6543/go-sdk:update-structs into master 2021-07-01 15:10:22 +00:00
Showing only changes of commit a658f3023f - Show all commits

View File

@ -25,6 +25,7 @@ func TestGetGlobalSettings(t *testing.T) {
assert.EqualValues(t, &GlobalRepoSettings{
HTTPGitDisabled: false,
MirrorsDisabled: false,
LFSDisabled: true,
}, repoSettings)
apiSettings, _, err := c.GetGlobalAPISettings()