Skip to content

Commit 81b9874

Browse files
authored
Fix the ip_family unit tests failed due to capv version bump (vmware-tanzu#1402)
1 parent 8da7300 commit 81b9874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/v1/providers/tests/unit/ip_family_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ var _ = Describe("TKG_IP_FAMILY Ytt Templating", func() {
597597
BeforeEach(func() {
598598
paths = []string{
599599
filepath.Join("fixtures", "yttmocks"),
600-
filepath.Join("..", "..", "infrastructure-vsphere", "v1.0.1", "ytt", "overlay-windows.yaml"),
601-
filepath.Join("..", "..", "infrastructure-vsphere", "v1.0.1", "ytt", "base-template.yaml"),
600+
filepath.Join("..", "..", "infrastructure-vsphere", capvVersion, "ytt", "overlay-windows.yaml"),
601+
filepath.Join("..", "..", "infrastructure-vsphere", capvVersion, "ytt", "base-template.yaml"),
602602
filepath.Join("..", "..", "config_default.yaml"),
603603
}
604604
})

0 commit comments

Comments
 (0)