Skip to content

Commit 52cd945

Browse files
committed
update upgrade test
1 parent 2bb4430 commit 52cd945

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
@@ -313,7 +313,7 @@ func TestRunSecurityEnforcedUpgradeDASolution(t *testing.T) {
313313
{Name: "kms_endpoint_url", Value: permanentResources["hpcs_south_public_endpoint"], DataType: "string"},
314314
{Name: "existing_cos_instance_crn", Value: permanentResources["general_test_storage_cos_instance_crn"], DataType: "string"},
315315
}
316-
err := options.RunSchematicTest()
316+
err := options.RunSchematicUpgradeTest()
317317
assert.NoError(t, err, "TestRunSecurityEnforcedUpgradeDASolution using existing RG, KMS and COS Failed")
318318
}
319319

0 commit comments

Comments
 (0)