Skip to content

Commit ae3c11b

Browse files
committed
update
1 parent 562477f commit ae3c11b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/cli/test/e2e/cli/cli.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,28 @@ func NewChangelogOutputPathSameAPIVersion(t *testing.T) string {
8989

9090
func newChangelogOutputPathNewPreviewAPIVersion(t *testing.T) string {
9191
t.Helper()
92-
cliPath, err := filepath.Abs("../../data/changelog/new-preview-api-version/output")
92+
cliPath, err := filepath.Abs("../../data/changelog/new-api-preview-version/output")
9393
require.NoError(t, err)
9494
return cliPath
9595
}
9696

9797
func newChangelogBasePathNewPreviewAPIVersion(t *testing.T) string {
9898
t.Helper()
99-
cliPath, err := filepath.Abs("../../data/changelog/new-preview-api-version/base")
99+
cliPath, err := filepath.Abs("../../data/changelog/new-api-preview-version/base")
100100
require.NoError(t, err)
101101
return cliPath
102102
}
103103

104104
func newChangelogRevisionPathNewPreviewAPIVersion(t *testing.T) string {
105105
t.Helper()
106-
cliPath, err := filepath.Abs("../../data/changelog/new-preview-api-version/revision")
106+
cliPath, err := filepath.Abs("../../data/changelog/new-api-preview-version/revision")
107107
require.NoError(t, err)
108108
return cliPath
109109
}
110110

111111
func newChangelogExepmtionFilePathNewPreviewAPIVersion(t *testing.T) string {
112112
t.Helper()
113-
cliPath, err := filepath.Abs("../../data/changelog/new-preview-api-version/exemptions.yaml")
113+
cliPath, err := filepath.Abs("../../data/changelog/new-api-preview-version/exemptions.yaml")
114114
require.NoError(t, err)
115115
return cliPath
116116
}

0 commit comments

Comments
 (0)