Reduce the amount of folders that are checked for serialization checks. (#807)

This commit is contained in:
Danny 2022-09-09 16:23:01 -04:00 committed by GitHub
parent 5f85b6f061
commit 697701afeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ func (suite *GraphConnectorIntegrationSuite) TestMailSerializationRegression() {
t := suite.T()
connector := loadConnector(t)
sel := selectors.NewExchangeBackup()
sel.Include(sel.MailFolders([]string{suite.user}, selectors.Any()))
sel.Include(sel.MailFolders([]string{suite.user}, []string{"Inbox"}))
eb, err := sel.ToExchangeBackup()
require.NoError(t, err)