Skip to content

Commit d76a879

Browse files
fix: updated addon test OfferingName
1 parent 82fcd0e commit d76a879

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
@@ -359,7 +359,7 @@ func TestVpcAddonDefaultConfiguration(t *testing.T) {
359359

360360
options.AddonConfig = cloudinfo.NewAddonConfigTerraform(
361361
options.Prefix,
362-
"deploy-arch-ibm-vpc",
362+
"deploy-arch-ibm-slz-vpc",
363363
"fully-configurable",
364364
map[string]interface{}{
365365
"prefix": options.Prefix,
@@ -380,7 +380,7 @@ func TestVpcDependencyPermutations(t *testing.T) {
380380
Testing: t,
381381
Prefix: "vpc-per",
382382
AddonConfig: cloudinfo.AddonConfig{
383-
OfferingName: "deploy-arch-ibm-vpc",
383+
OfferingName: "deploy-arch-ibm-slz-vpc",
384384
OfferingFlavor: "fully-configurable",
385385
Inputs: map[string]interface{}{
386386
"prefix": "vpc-per",

0 commit comments

Comments
 (0)