Skip to content

Commit c150f35

Browse files
authored
Update GroupTests.cs
1 parent d5334ad commit c150f35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional

tests/Microsoft.Graph.DotnetCore.Test/Requests/Functional/GroupTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ public async Task GroupCreateTeam()
2929
};
3030

3131
// Add a team to the group. Results in a call to the service.
32-
//TODO should be PUT
33-
await graphClient.Groups[groupPage.Value[8].Id].Team.PatchAsync(team);
32+
await graphClient.Groups[groupPage.Value[8].Id].Team.PutAsync(team);
3433
}
3534
catch (ODataError e)
3635
{

0 commit comments

Comments
 (0)