fixed bookings test to include null for verification_request_booking_source
This commit is contained in:
parent
3c73bcf965
commit
87eac12281
1 changed files with 2 additions and 1 deletions
|
|
@ -1721,13 +1721,14 @@ models:
|
|||
- PMS
|
||||
- OSL
|
||||
- API/MANUAL
|
||||
- null (bookings without verification request)
|
||||
tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- 'PMS'
|
||||
- 'OSL'
|
||||
- 'API/MANUAL'
|
||||
- null
|
||||
|
||||
- name: id_staging_host_booking
|
||||
data_type: bigint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue