@@ -39,10 +39,7 @@ export const getSearchPetsResponseMock = (): Pets =>
3939 undefined ,
4040 ] ) ) ( ) ,
4141 requiredNullableString : faker . helpers . arrayElement ( [
42- faker . helpers . arrayElement ( [
43- faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
44- null ,
45- ] ) ,
42+ faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
4643 null ,
4744 ] ) ,
4845 optionalNullableString : faker . helpers . arrayElement ( [
@@ -83,10 +80,7 @@ export const getListPetsResponseMock = (): Pets =>
8380 undefined ,
8481 ] ) ) ( ) ,
8582 requiredNullableString : faker . helpers . arrayElement ( [
86- faker . helpers . arrayElement ( [
87- faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
88- null ,
89- ] ) ,
83+ faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
9084 null ,
9185 ] ) ,
9286 optionalNullableString : faker . helpers . arrayElement ( [
@@ -124,10 +118,7 @@ export const getListPetsResponseMock = (): Pets =>
124118 undefined ,
125119 ] ) ) ( ) ,
126120 requiredNullableString : faker . helpers . arrayElement ( [
127- faker . helpers . arrayElement ( [
128- faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
129- null ,
130- ] ) ,
121+ faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
131122 null ,
132123 ] ) ,
133124 optionalNullableString : faker . helpers . arrayElement ( [
@@ -186,10 +177,7 @@ export const getUpdatePetByIdResponseMock = (
186177 undefined ,
187178 ] ) ) ( ) ,
188179 requiredNullableString : faker . helpers . arrayElement ( [
189- faker . helpers . arrayElement ( [
190- faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
191- null ,
192- ] ) ,
180+ faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
193181 null ,
194182 ] ) ,
195183 optionalNullableString : faker . helpers . arrayElement ( [
@@ -232,10 +220,7 @@ export const getPatchPetByIdResponseMock = (
232220 undefined ,
233221 ] ) ) ( ) ,
234222 requiredNullableString : faker . helpers . arrayElement ( [
235- faker . helpers . arrayElement ( [
236- faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
237- null ,
238- ] ) ,
223+ faker . string . alpha ( { length : { min : 10 , max : 20 } } ) ,
239224 null ,
240225 ] ) ,
241226 optionalNullableString : faker . helpers . arrayElement ( [
0 commit comments