Skip to content

Commit 68404e5

Browse files
update cert name
1 parent 145b7b8 commit 68404e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func TestRunSolutionsFullyConfigurableUpgradeSchematics(t *testing.T) {
151151
{Name: "prefix", Value: options.Prefix, DataType: "string"},
152152
{Name: "existing_secrets_manager_crn", Value: permanentResources["secretsManagerCRN"], DataType: "string"},
153153
{Name: "acme_letsencrypt_private_key_secrets_manager_secret_crn", Value: permanentResources["acme_letsencrypt_private_key_secret_crn"], DataType: "string"},
154-
{Name: "dns_config_name", Value: "cer-dns", DataType: "string"},
154+
{Name: "dns_config_name", Value: "cert-dns", DataType: "string"},
155155
{Name: "internet_services_crn", Value: permanentResources["cisInstanceId"], DataType: "string"},
156156
{Name: "skip_iam_authorization_policy", Value: true, DataType: "bool"}, // A permanent cis-sm auth policy already exists in the account
157157
}

0 commit comments

Comments
 (0)