Skip to content

Commit badea0b

Browse files
committed
chore: update test
1 parent 5572c05 commit badea0b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tests/pr_test.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestProjectsFullTest(t *testing.T) {
2222
}
2323

2424
//const codeEngineStackDefPath = "stack_definition.json"
25-
const kubernetesStackDefPath = "./kubernetes/stack_definition.json"
25+
const kubernetesStackDefPath = "kubernetes/stack_definition.json"
2626

2727
//const ceFlavour = "alm-stack-ce"
2828
const kubeFlavour = "alm-stack-kube"
@@ -44,12 +44,11 @@ func TestProjectsFullTest(t *testing.T) {
4444
"existing_secrets_manager_instance_crn": permanentResources["secretsManagerCRN"],
4545
},
4646
"7 - DevSecOps Toolchains": {
47-
"autostart": "false",
48-
"create_cos_api_key": "false",
49-
"create_secret_group": "false",
50-
"create_signing_certificate": "false",
51-
"create_signing_key": "false",
52-
"create_ibmcloud_api_key": "false",
47+
"autostart": "false",
48+
"create_cos_api_key": "false",
49+
"create_secret_group": "false",
50+
"create_signing_key": "false",
51+
"create_ibmcloud_api_key": "false",
5352
},
5453
}
5554

0 commit comments

Comments
 (0)