File tree 1 file changed +5
-0
lines changed
tools/cli/internal/cli/split
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) {
46
46
outputPath : "foas.yaml" ,
47
47
fs : fs ,
48
48
env : "dev" ,
49
+ format : "yaml" ,
49
50
}
50
51
51
52
require .NoError (t , opts .Run ())
@@ -66,6 +67,7 @@ func TestSplitPrivatePreviewRun(t *testing.T) {
66
67
outputPath : "foas.yaml" ,
67
68
fs : fs ,
68
69
env : "dev" ,
70
+ format : "yaml" ,
69
71
}
70
72
71
73
require .NoError (t , opts .Run ())
@@ -86,6 +88,7 @@ func TestSplitUpcomingRun(t *testing.T) {
86
88
outputPath : "foas.yaml" ,
87
89
fs : fs ,
88
90
env : "dev" ,
91
+ format : "yaml" ,
89
92
}
90
93
91
94
require .NoError (t , opts .Run ())
@@ -106,6 +109,7 @@ func TestSplitMultiplePreviewsRun(t *testing.T) {
106
109
outputPath : "foas.yaml" ,
107
110
env : "dev" ,
108
111
fs : fs ,
112
+ format : "yaml" ,
109
113
}
110
114
111
115
require .NoError (t , opts .Run ())
@@ -144,6 +148,7 @@ func TestInjectSha_Run(t *testing.T) {
144
148
fs : fs ,
145
149
gitSha : "123456" ,
146
150
env : "dev" ,
151
+ format : "yaml" ,
147
152
}
148
153
149
154
require .NoError (t , opts .Run ())
You can’t perform that action at this time.
0 commit comments