Skip to content

Commit

Permalink
remove created group after test
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissGipfel authored and kenchan0130 committed Feb 23, 2023
1 parent 51e65f6 commit 626c611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msgraph/administrative_units_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func TestAdministrativeUnitsClient(t *testing.T) {
}
createdGroup := testAdministrativeUnitsClient_CreateGroup(t, c, *administrativeUnit.ID, &group)
testAdministrativeUnitsClient_RemoveMembers(t, c, *administrativeUnit.ID, &([]string{*createdGroup.ID()}))
testGroup_Delete(t, c, createdGroup)

directoryRoleTemplates := testDirectoryRoleTemplatesClient_List(t, c)
var helpdeskAdministratorRoleId string
Expand Down

0 comments on commit 626c611

Please sign in to comment.