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,