Skip to content

Commit

Permalink
Include apostrophe in UPN of "test" user
Browse files Browse the repository at this point in the history
in "complete()" UserResource test scenario
it is used by TestAccUserDataSource_byUserPrincipalName
  • Loading branch information
daramir committed Nov 4, 2021
1 parent 33a08fd commit 0e492a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/users/user_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ resource "azuread_user" "manager" {
}
resource "azuread_user" "test" {
user_principal_name = "acctestUser.%[1]d@${data.azuread_domains.test.domains.0.domain_name}"
user_principal_name = "acct'estUser.%[1]d@${data.azuread_domains.test.domains.0.domain_name}"
mail = "acctestUser.%[1][email protected]"
mail_nickname = "acctestUser-%[1]d-MailNickname"
other_mails = ["acctestUser.%[1][email protected]", "acctestUser.%[1][email protected]"]
Expand Down

0 comments on commit 0e492a6

Please sign in to comment.