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
|
- PMS
|
||||||
- OSL
|
- OSL
|
||||||
- API/MANUAL
|
- API/MANUAL
|
||||||
|
- null (bookings without verification request)
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
|
||||||
- accepted_values:
|
- accepted_values:
|
||||||
values:
|
values:
|
||||||
- 'PMS'
|
- 'PMS'
|
||||||
- 'OSL'
|
- 'OSL'
|
||||||
- 'API/MANUAL'
|
- 'API/MANUAL'
|
||||||
|
- null
|
||||||
|
|
||||||
- name: id_staging_host_booking
|
- name: id_staging_host_booking
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue