Skip to content

Commit 6f91d84

Browse files
Merge pull request #435 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents 9a4865e + f18d6b4 commit 6f91d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commitchecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
expectedMergeBase: 3ad622560d7872e336943a22b8e70923d2dc9c07
1+
expectedMergeBase: 0e0e70605e09910fca8cb701c9e9b436c0f23826
22
upstreamBranch: main
33
upstreamOrg: operator-framework
44
upstreamRepo: operator-controller

internal/shared/util/testutils/summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func executeTemplate(templateFile string, obj any) (string, error) {
160160
if err != nil {
161161
return "", fmt.Errorf("failed to get working directory: %w", err)
162162
}
163-
tmpl, err := template.New(templateFile).ParseGlob(filepath.Join(wd, "../utils/templates", templateFile))
163+
tmpl, err := template.New(templateFile).ParseGlob(filepath.Join(wd, "../../internal/shared/util/testutils/templates", templateFile))
164164
if err != nil {
165165
return "", err
166166
}

0 commit comments

Comments
 (0)