GC: Sharepoint selector added to the helper set. (#1900)

## Description
Adds SharePoint service to the GC helper set. 
<!-- Insert PR description-->

## Does this PR need a docs update or release note?
- [x]  No 

## Type of change

- [x] 🤖 Test

## Test Plan

- [x]  Unit test
This commit is contained in:
Danny 2022-12-21 13:55:38 -05:00 committed by GitHub
parent 752ff20c6b
commit b59e5849ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,