File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
tools/cli/internal/cli/split Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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 ())
You can’t perform that action at this time.
0 commit comments