Skip to content

Commit 578f0fb

Browse files
fix: typo
1 parent 09a4ebd commit 578f0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pr_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ func TestRunStandardSolutionSchematics(t *testing.T) {
114114
{Name: "service_credential_names", Value: string(serviceCredentialNamesJSON), DataType: "map(string)"},
115115
{Name: "existing_secrets_manager_instance_crn", Value: permanentResources["secretsManagerCRN"], DataType: "string"},
116116
{Name: "service_credential_secrets", Value: serviceCredentialSecrets, DataType: "list(object)"},
117-
{Name: "admin_pass_secret_manager_secret_group", Value: options.Prefix, DataType: "string"},
118-
{Name: "admin_pass_secret_manager_secret_name", Value: options.Prefix, DataType: "string"},
117+
{Name: "admin_pass_secrets_manager_secret_group", Value: options.Prefix, DataType: "string"},
118+
{Name: "admin_pass_secrets_manager_secret_name", Value: options.Prefix, DataType: "string"},
119119
}
120120
err = options.RunSchematicTest()
121121
assert.Nil(t, err, "This should not have errored")

0 commit comments

Comments
 (0)