File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ describe('search tests', () => {
40
40
const token = {
41
41
endpoint : process . env . ti2_bonza_endpoint ,
42
42
apiKey : process . env . ti2_bonza_apiKey ,
43
- bookingPartnerId : 181
43
+ bookingPartnerId : 181 ,
44
44
} ;
45
45
const dateFormat = 'DD/MM/YYYY' ;
46
46
const dateFormatCB = 'YYYY-MM-DD' ;
@@ -179,7 +179,7 @@ describe('search tests', () => {
179
179
expect ( availabilityKey ) . toBeTruthy ( ) ;
180
180
} ) ;
181
181
let booking ;
182
- const reference = faker . datatype . uuid ( ) ;
182
+ // const reference = faker.datatype.uuid();
183
183
it ( 'should be able to create a booking' , async ( ) => {
184
184
const fullName = faker . name . findName ( ) . split ( ' ' ) ;
185
185
const retVal = await app . createBooking ( {
@@ -214,7 +214,7 @@ describe('search tests', () => {
214
214
phone : "888888877" ,
215
215
country : faker . address . countryCode ( ) ,
216
216
} ,
217
- reference,
217
+ reference : bookingRefId ,
218
218
} ,
219
219
} ) ;
220
220
expect ( retVal . booking ) . toBeTruthy ( ) ;
You can’t perform that action at this time.
0 commit comments