From b59e5849ab6ffa8bb3a359da8cdb0e6932bc9bc0 Mon Sep 17 00:00:00 2001 From: Danny Date: Wed, 21 Dec 2022 13:55:38 -0500 Subject: [PATCH] GC: Sharepoint selector added to the helper set. (#1900) ## Description Adds SharePoint service to the GC helper set. ## Does this PR need a docs update or release note? - [x] :no_entry: No ## Type of change - [x] :robot: Test ## Test Plan - [x] :zap: Unit test --- src/internal/connector/graph_connector_helper_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/internal/connector/graph_connector_helper_test.go b/src/internal/connector/graph_connector_helper_test.go index c4bcf55ac..d8b558d16 100644 --- a/src/internal/connector/graph_connector_helper_test.go +++ b/src/internal/connector/graph_connector_helper_test.go @@ -946,8 +946,9 @@ func getSelectorWith(service path.ServiceType) selectors.Selector { s = selectors.ServiceExchange case path.OneDriveService: s = selectors.ServiceOneDrive + case path.SharePointService: + s = selectors.ServiceSharePoint } - // TODO: ^ sharepoint return selectors.Selector{ Service: s,