comment some more
This commit is contained in:
parent
a14dab97ab
commit
1592070a14
@ -20,7 +20,6 @@ import (
|
||||
"github.com/alcionai/corso/src/internal/model"
|
||||
"github.com/alcionai/corso/src/internal/operations/inject"
|
||||
"github.com/alcionai/corso/src/internal/tester"
|
||||
"github.com/alcionai/corso/src/internal/tester/tconfig"
|
||||
"github.com/alcionai/corso/src/pkg/account"
|
||||
"github.com/alcionai/corso/src/pkg/backup"
|
||||
"github.com/alcionai/corso/src/pkg/backup/details"
|
||||
@ -387,20 +386,20 @@ func NewIntegrationTesterSetup(t *testing.T) IntgTesterSetup {
|
||||
|
||||
graph.InitializeConcurrencyLimiter(ctx, true, 4)
|
||||
|
||||
a := tconfig.NewM365Account(t)
|
||||
creds, err := a.M365Config()
|
||||
require.NoError(t, err, clues.ToCore(err))
|
||||
// a := tconfig.NewM365Account(t)
|
||||
// creds, err := a.M365Config()
|
||||
// require.NoError(t, err, clues.ToCore(err))
|
||||
|
||||
counter := count.New()
|
||||
// counter := count.New()
|
||||
|
||||
its.AC, err = api.NewClient(
|
||||
creds,
|
||||
control.DefaultOptions(),
|
||||
counter)
|
||||
require.NoError(t, err, clues.ToCore(err))
|
||||
// its.AC, err = api.NewClient(
|
||||
// creds,
|
||||
// control.DefaultOptions(),
|
||||
// counter)
|
||||
// require.NoError(t, err, clues.ToCore(err))
|
||||
|
||||
its.GockAC, err = GockClient(creds, counter)
|
||||
require.NoError(t, err, clues.ToCore(err))
|
||||
// its.GockAC, err = GockClient(creds, counter)
|
||||
// require.NoError(t, err, clues.ToCore(err))
|
||||
|
||||
// its.User = userIDs(t, tconfig.M365UserID(t), its.AC)
|
||||
// its.SecondaryUser = userIDs(t, tconfig.SecondaryM365UserID(t), its.AC)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user