Skip to content

Commit

Permalink
Update booking.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 27, 2024
1 parent a5dc48b commit 52fe35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/booking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let CAR2_ID: string
let BOOKING_ID: string
let ADDITIONAL_DRIVER_ID: string

const ADDITIONAL_DRIVER_EMAIL: string = '[email protected]'
const ADDITIONAL_DRIVER_EMAIL: string = testHelper.GetRandomEmail()
const ADDITIONAL_DRIVER: bookcarsTypes.AdditionalDriver = {
email: ADDITIONAL_DRIVER_EMAIL,
fullName: 'Additional Driver 1',
Expand Down

0 comments on commit 52fe35f

Please sign in to comment.