Reduce the amount of folders that are checked for serialization checks. (#807)
This commit is contained in:
parent
5f85b6f061
commit
697701afeb
@ -128,7 +128,7 @@ func (suite *GraphConnectorIntegrationSuite) TestMailSerializationRegression() {
|
|||||||
t := suite.T()
|
t := suite.T()
|
||||||
connector := loadConnector(t)
|
connector := loadConnector(t)
|
||||||
sel := selectors.NewExchangeBackup()
|
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()
|
eb, err := sel.ToExchangeBackup()
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user