We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfb613 commit 0a7662bCopy full SHA for 0a7662b
tests/Microsoft.Graph.Test/Requests/Functional/SharePointTests.cs
@@ -185,8 +185,6 @@ public async Async.Task It_gets_a_site_by_URL()
185
{
186
Site site = await graphClient.Shares[UrlToSharingToken("https://m365x462896.sharepoint.com/sites/portals2")].Site.Request().GetAsync();
187
188
- var sites = await graphClient.Sites.Request(new List<Option>() {new QueryOption("search", "*")}).GetAsync();
189
-
190
Assert.IsNotNull(site);
191
}
192
catch (Microsoft.Graph.ServiceException e)
0 commit comments