Skip to content

Commit 0a7662b

Browse files
committed
Removed commented out code
1 parent 2dfb613 commit 0a7662b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Microsoft.Graph.Test/Requests/Functional/SharePointTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ public async Async.Task It_gets_a_site_by_URL()
185185
{
186186
Site site = await graphClient.Shares[UrlToSharingToken("https://m365x462896.sharepoint.com/sites/portals2")].Site.Request().GetAsync();
187187

188-
var sites = await graphClient.Sites.Request(new List<Option>() {new QueryOption("search", "*")}).GetAsync();
189-
190188
Assert.IsNotNull(site);
191189
}
192190
catch (Microsoft.Graph.ServiceException e)

0 commit comments

Comments
 (0)