Skip to content

Commit 9ce50bb

Browse files
committed
fix: update path to the template files after moving the utils package
1 parent 147b400 commit 9ce50bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/controlplane/kopscontrolplane_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@ func TestPrepareCustomCloudResources(t *testing.T) {
24382438
}
24392439

24402440
terraformOutputDir := fmt.Sprintf("/tmp/%s", kopsCluster.Name)
2441-
templateTestDir := "../../utils/templates/tests"
2441+
templateTestDir := "../../pkg/utils/templates/tests"
24422442

24432443
dataDummyContent, err := os.ReadFile(templateTestDir + "/data/dummy_data")
24442444
g.Expect(err).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)