Update Default Settings for Tests #435

Merged
zeripath merged 1 commits from 6543/go-sdk:fix-tests into master 2020-10-06 21:15:21 +00:00

View File

@ -40,7 +40,7 @@ func TestGetGlobalSettings(t *testing.T) {
assert.NoError(t, err)
assert.EqualValues(t, &GlobalAttachmentSettings{
Enabled: true,
AllowedTypes: "image/jpeg,image/png,application/zip,application/gzip",
AllowedTypes: ".docx,.gif,.gz,.jpeg,.jpg,.log,.pdf,.png,.pptx,.txt,.xlsx,.zip",
MaxSize: 4,
MaxFiles: 5,
}, attachSettings)