Skip to content

Commit e2f695c

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: dir was incorrect
1 parent ef059ec commit e2f695c

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
@@ -113,7 +113,7 @@ func TestRunStandardSolution(t *testing.T) {
113113

114114
options.IgnoreUpdates = testhelper.Exemptions{
115115
List: []string{
116-
"module.cloud_pak_deployer.helm_release.cloud_pak_deployer_helm_release",
116+
"module.watsonx_self_managed_ocp.module.cloud_pak_deployer.helm_release.cloud_pak_deployer_helm_release",
117117
},
118118
}
119119

@@ -201,7 +201,7 @@ func TestRunStandardUpgradeSolution(t *testing.T) {
201201

202202
options.IgnoreUpdates = testhelper.Exemptions{
203203
List: []string{
204-
"module.cloud_pak_deployer.helm_release.cloud_pak_deployer_helm_release",
204+
"module.watsonx_self_managed_ocp.module.cloud_pak_deployer.helm_release.cloud_pak_deployer_helm_release",
205205
},
206206
}
207207

0 commit comments

Comments
 (0)