From 6a5b2780c73aadb978e432bffb31623ec9fae65c Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 27 Jan 2023 16:52:17 -0500 Subject: [PATCH] Updates to /connector/ddata_collections_test.go. Adds credentials for test framework. --- src/internal/connector/data_collections_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/connector/data_collections_test.go b/src/internal/connector/data_collections_test.go index 57332ce1a..6eca7e468 100644 --- a/src/internal/connector/data_collections_test.go +++ b/src/internal/connector/data_collections_test.go @@ -246,7 +246,7 @@ func (suite *ConnectorDataCollectionIntegrationSuite) TestSharePointDataCollecti ctx, graph.LargeItemClient(), test.getSelector(), - connector.credentials.AzureTenantID, + connector.credentials, connector.Service, connector, control.Options{})