Skip to content

Commit 2cf7e40

Browse files
authored
test: use SM trial instance for tests (#107)
1 parent c4d07d2 commit 2cf7e40

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

stack_definition.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
"hidden": false,
4848
"default": "replace"
4949
},
50-
{
51-
"name": "signing_key",
52-
"required": true,
53-
"type": "password",
54-
"hidden": false
55-
},
5650
{
5751
"name": "existing_secrets_manager_crn",
5852
"required": false,

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestProjectsFullTest(t *testing.T) {
3232
"ibmcloud_api_key": options.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"],
3333
"prefix": options.Prefix,
3434
"signing_key": privateKey,
35-
"secret_manager_service_plan": "standard",
35+
"secret_manager_service_plan": "trial",
3636
}
3737

3838
err := options.RunProjectsTest()

0 commit comments

Comments
 (0)