Skip to content

Commit 6ab55db

Browse files
committed
feat(domain): remove hardcoded DKIM key from test
1 parent 8cd9faa commit 6ab55db

File tree

2 files changed

+319
-319
lines changed

2 files changed

+319
-319
lines changed

internal/services/domain/record_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ func TestAccDomainRecord_TEMIntegration(t *testing.T) {
948948
dns_zone = "%s"
949949
name = "scw1._domainkey.%s."
950950
type = "TXT"
951-
data = "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQ"
951+
data = "test-dkim-record"
952952
}
953953
`, testDNSZone, testDNSZone, testDNSZone, testDNSZone),
954954
Check: resource.ComposeTestCheckFunc(
@@ -973,7 +973,7 @@ func TestAccDomainRecord_TEMIntegration(t *testing.T) {
973973
dns_zone = "%s"
974974
name = "scw1._domainkey.%s."
975975
type = "TXT"
976-
data = "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQ"
976+
data = "test-dkim-record"
977977
}
978978
`, testDNSZone, testDNSZone, testDNSZone, testDNSZone),
979979
Check: resource.ComposeTestCheckFunc(
@@ -996,7 +996,7 @@ func TestAccDomainRecord_TEMIntegration(t *testing.T) {
996996
dns_zone = "%s"
997997
name = "scw1._domainkey.%s."
998998
type = "TXT"
999-
data = "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQ"
999+
data = "test-dkim-record"
10001000
}
10011001
`, testDNSZone, testDNSZone, testDNSZone),
10021002
Check: resource.ComposeTestCheckFunc(

0 commit comments

Comments
 (0)