Skip to content

Commit

Permalink
Fix email_account acctest
Browse files Browse the repository at this point in the history
Do not set the account password
  • Loading branch information
norrland committed Sep 29, 2023
1 parent 42dc6a9 commit 75ca6fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glesys/resource_glesys_email_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func glesysEmailAccountSkeleton(domain string, s string) string {
resource "glesys_emailaccount" "test" {
emailaccount = "alice@${glesys_dnsdomain.test.name}"
password = "HunterPassword"
%s
}`, domain, s)
}

0 comments on commit 75ca6fb

Please sign in to comment.