@@ -101,6 +101,7 @@ describe(IosSubmitCommand, () => {
101
101
} ,
102
102
nonInteractive : false ,
103
103
isVerboseFastlaneEnabled : false ,
104
+ groups : [ ] ,
104
105
actor : mockJester ,
105
106
graphqlClient,
106
107
analytics,
@@ -136,6 +137,7 @@ describe(IosSubmitCommand, () => {
136
137
} ,
137
138
nonInteractive : true ,
138
139
isVerboseFastlaneEnabled : false ,
140
+ groups : [ ] ,
139
141
actor : mockJester ,
140
142
graphqlClient,
141
143
analytics,
@@ -174,6 +176,7 @@ describe(IosSubmitCommand, () => {
174
176
} ,
175
177
nonInteractive : false ,
176
178
isVerboseFastlaneEnabled : false ,
179
+ groups : [ 'Test' ] ,
177
180
actor : mockJester ,
178
181
graphqlClient,
179
182
analytics,
@@ -193,6 +196,7 @@ describe(IosSubmitCommand, () => {
193
196
appleAppSpecificPassword : 'abcd-abcd-abcd-abcd' ,
194
197
ascAppIdentifier : '12345678' ,
195
198
isVerboseFastlaneEnabled : false ,
199
+ groups : [ 'Test' ] ,
196
200
} ,
197
201
submittedBuildId : undefined ,
198
202
} ) ;
@@ -240,6 +244,7 @@ describe(IosSubmitCommand, () => {
240
244
} ,
241
245
nonInteractive : false ,
242
246
isVerboseFastlaneEnabled : false ,
247
+ groups : [ ] ,
243
248
actor : mockJester ,
244
249
graphqlClient,
245
250
analytics,
@@ -259,6 +264,7 @@ describe(IosSubmitCommand, () => {
259
264
appleAppSpecificPassword : 'abcd-abcd-abcd-abcd' ,
260
265
ascAppIdentifier : '87654321' ,
261
266
isVerboseFastlaneEnabled : false ,
267
+ groups : [ ] ,
262
268
} ,
263
269
archiveSource : undefined ,
264
270
} ) ;
@@ -300,6 +306,7 @@ describe(IosSubmitCommand, () => {
300
306
} ,
301
307
nonInteractive : false ,
302
308
isVerboseFastlaneEnabled : false ,
309
+ groups : [ ] ,
303
310
actor : mockJester ,
304
311
graphqlClient,
305
312
analytics,
@@ -319,6 +326,7 @@ describe(IosSubmitCommand, () => {
319
326
appleAppSpecificPassword : 'abcd-abcd-abcd-abcd' ,
320
327
ascAppIdentifier : '12345678' ,
321
328
isVerboseFastlaneEnabled : false ,
329
+ groups : [ ] ,
322
330
} ,
323
331
archiveSource : undefined ,
324
332
} ) ;
@@ -365,6 +373,7 @@ describe(IosSubmitCommand, () => {
365
373
} ,
366
374
nonInteractive : false ,
367
375
isVerboseFastlaneEnabled : false ,
376
+ groups : [ ] ,
368
377
actor : mockJester ,
369
378
graphqlClient,
370
379
analytics,
@@ -385,6 +394,7 @@ describe(IosSubmitCommand, () => {
385
394
appleAppSpecificPassword : 'abcd-abcd-abcd-abcd' ,
386
395
ascAppIdentifier : '12345678' ,
387
396
isVerboseFastlaneEnabled : false ,
397
+ groups : [ ] ,
388
398
} ,
389
399
archiveSource : undefined ,
390
400
} ) ;
0 commit comments