Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update test email
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-kozyrev authored Mar 13, 2023
1 parent a58f7c7 commit 022f995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvpncloud/resource_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ func TestAccOpenvpncloudUser_basic(t *testing.T) {
Username: acctest.RandStringFromCharSet(10, alphabet),
FirstName: acctest.RandStringFromCharSet(10, alphabet),
LastName: acctest.RandStringFromCharSet(10, alphabet),
Email: "[email protected]", // replace it with a test email later
Email: "[email protected]",
}
userChanged := user
userChanged.Email = "v.kozyrev.sa+changed@gmail.com"
userChanged.Email = "terraform-tests+changed@devopenvpn.in"
var userID string

check := func(user client.User) resource.TestCheckFunc {
Expand Down

0 comments on commit 022f995

Please sign in to comment.