Skip to content

Commit b4e4a67

Browse files
fix: addressed follow up comment (#678)
1 parent d4c9b1a commit b4e4a67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tools/cli/internal/cli/split/split_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func TestSplitPublicPreviewRun(t *testing.T) {
4646
outputPath: "foas.yaml",
4747
fs: fs,
4848
env: "dev",
49+
format: "yaml",
4950
}
5051

5152
require.NoError(t, opts.Run())
@@ -66,6 +67,7 @@ func TestSplitPrivatePreviewRun(t *testing.T) {
6667
outputPath: "foas.yaml",
6768
fs: fs,
6869
env: "dev",
70+
format: "yaml",
6971
}
7072

7173
require.NoError(t, opts.Run())
@@ -86,6 +88,7 @@ func TestSplitUpcomingRun(t *testing.T) {
8688
outputPath: "foas.yaml",
8789
fs: fs,
8890
env: "dev",
91+
format: "yaml",
8992
}
9093

9194
require.NoError(t, opts.Run())
@@ -106,6 +109,7 @@ func TestSplitMultiplePreviewsRun(t *testing.T) {
106109
outputPath: "foas.yaml",
107110
env: "dev",
108111
fs: fs,
112+
format: "yaml",
109113
}
110114

111115
require.NoError(t, opts.Run())
@@ -144,6 +148,7 @@ func TestInjectSha_Run(t *testing.T) {
144148
fs: fs,
145149
gitSha: "123456",
146150
env: "dev",
151+
format: "yaml",
147152
}
148153

149154
require.NoError(t, opts.Run())

0 commit comments

Comments
 (0)