File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 767767"label.egressdefaultpolicy" : " Default egress policy" ,
768768"label.elastic" : " Elastic" ,
769769"label.email" : " Email" ,
770- "label.enabled" : " Enabled" ,
771770"label.enable.autoscale.vmgroup" : " Enable AutoScale VM Group" ,
772771"label.enable.host" : " Enable Host" ,
773772"label.enable.network.offering" : " Enable network offering" ,
20162015"label.uk.keyboard" : " UK keyboard" ,
20172016"label.unauthorized" : " Unauthorized" ,
20182017"label.unavailable" : " Unavailable" ,
2018+ "label.undefined" : " Undefined" ,
20192019"label.unit" : " Usage unit" ,
20202020"label.unknown" : " Unknown" ,
20212021"label.unlimited" : " Unlimited" ,
Original file line number Diff line number Diff line change @@ -1140,10 +1140,9 @@ describe('Views > AutogenView.vue', () => {
11401140 ] )
11411141 expect ( wrapper . vm . showAction ) . toBeTruthy ( )
11421142 expect ( listUuidOpts ) . toHaveBeenCalledTimes ( 4 )
1143- expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'id' , type : 'uuid' } )
1144- expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'column1' , type : 'list' } )
1145- expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'column2' , type : 'string' } )
1146- expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'account' , type : 'string' } )
1143+ expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'id' , type : 'uuid' } , undefined )
1144+ expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'column1' , type : 'list' } , undefined )
1145+ expect ( listUuidOpts ) . toHaveBeenCalledWith ( { name : 'column2' , type : 'string' } , undefined )
11471146 done ( )
11481147 } )
11491148
You can’t perform that action at this time.
0 commit comments