Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Jul 6, 2021
1 parent 891dff7 commit 4379faa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/services/groups/groups_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ resource "azuread_group" "testA" {
}
resource "azuread_group" "testB" {
display_name = "acctestGroupB-%[1]d"
mail_enabled = true
types = ["Unified"]
display_name = "acctestGroupB-%[1]d"
mail_enabled = true
mail_nickname = "acctestGroupB-%[1]d"
types = ["Unified"]
}
`, data.RandomInteger)
}
Expand Down

0 comments on commit 4379faa

Please sign in to comment.