Skip to content

Commit

Permalink
tests: change to using .pw for register domain validation
Browse files Browse the repository at this point in the history
  • Loading branch information
DXTimer committed Oct 17, 2024
1 parent 1793626 commit e683ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func TestAccRegisteredDomainResource_WithOptions(t *testing.T) {
if err != nil {
t.Fatal(err)
}
domainName := utils.RandomString(62) + ".com"
domainName := utils.RandomString(62) + ".pw"
resourceName := "dnsimple_registered_domain.test"

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit e683ff2

Please sign in to comment.