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 e26b404 commit 2dfb613Copy full SHA for 2dfb613
tests/Microsoft.Graph.Test/Requests/Functional/SharePointTests.cs
@@ -187,9 +187,6 @@ public async Async.Task It_gets_a_site_by_URL()
187
188
var sites = await graphClient.Sites.Request(new List<Option>() {new QueryOption("search", "*")}).GetAsync();
189
190
- //var sites = await graphClient.Sites[$"{RootSiteId}"].Sites.Request().GetAsync();
191
-
192
193
Assert.IsNotNull(site);
194
}
195
catch (Microsoft.Graph.ServiceException e)
0 commit comments