Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/aws_ses_domain_identity_verification: compare enum types
```console % make testacc PKG=ses TESTS=TestAccSESDomainIdentityVerification_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.5 test ./internal/service/ses/... -v -count 1 -parallel 20 -run='TestAccSESDomainIdentityVerification_' -timeout 360m === RUN TestAccSESDomainIdentityVerification_basic domain_identity_verification_test.go:27: Environment variable SES_DOMAIN_IDENTITY_ROOT_DOMAIN is not set. For DNS verification requests, this domain must be publicly accessible and configurable via Route53 during the testing. --- SKIP: TestAccSESDomainIdentityVerification_basic (0.00s) === RUN TestAccSESDomainIdentityVerification_timeout === PAUSE TestAccSESDomainIdentityVerification_timeout === RUN TestAccSESDomainIdentityVerification_nonexistent === PAUSE TestAccSESDomainIdentityVerification_nonexistent === CONT TestAccSESDomainIdentityVerification_timeout === CONT TestAccSESDomainIdentityVerification_nonexistent --- PASS: TestAccSESDomainIdentityVerification_nonexistent (4.52s) --- PASS: TestAccSESDomainIdentityVerification_timeout (11.75s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ses 16.412s ```
- Loading branch information