Merged PR 5070: Fixed tests in seed
# Description Included new accepted values for Host Resolutions Payments in seed tests # Checklist - [x] The edited models and dependants run properly with production data. - [x] The edited models are sufficiently documented. - [x] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Fixed tests in seed Related work items: #29373
This commit is contained in:
commit
2873f6b980
1 changed files with 8 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ seeds:
|
||||||
- Basic Waiver
|
- Basic Waiver
|
||||||
- Waiver Plus
|
- Waiver Plus
|
||||||
- Basic Damage Deposit
|
- Basic Damage Deposit
|
||||||
|
- Host Resolutions Payments
|
||||||
|
|
||||||
- name: kpis_aggregation
|
- name: kpis_aggregation
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
@ -247,6 +248,7 @@ seeds:
|
||||||
- Damage Host-Waiver Payments
|
- Damage Host-Waiver Payments
|
||||||
- Accounting Resolutions
|
- Accounting Resolutions
|
||||||
- Accounting Guest Revenue
|
- Accounting Guest Revenue
|
||||||
|
- Host Resolutions Payments
|
||||||
|
|
||||||
- name: financial_l1_aggregation
|
- name: financial_l1_aggregation
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
@ -282,6 +284,9 @@ seeds:
|
||||||
- 14-Athena API
|
- 14-Athena API
|
||||||
- 15-E-Deposit API
|
- 15-E-Deposit API
|
||||||
- 41-Guesty Resolutions
|
- 41-Guesty Resolutions
|
||||||
|
- 42-Host Resolutions
|
||||||
|
- 43-E-Deposit Resolutions
|
||||||
|
- 44-Check In Hero Resolutions
|
||||||
- 31-Check In Cover
|
- 31-Check In Cover
|
||||||
- 32-Check in Hero API
|
- 32-Check in Hero API
|
||||||
- 18-Screen and Protect API
|
- 18-Screen and Protect API
|
||||||
|
|
@ -310,6 +315,9 @@ seeds:
|
||||||
- 321-Check in Hero API
|
- 321-Check in Hero API
|
||||||
- 181-Screen and Protect API
|
- 181-Screen and Protect API
|
||||||
- 411-Guesty Resolutions
|
- 411-Guesty Resolutions
|
||||||
|
- 421-Host Resolutions
|
||||||
|
- 431-E-Deposit Resolutions
|
||||||
|
- 441-Check In Hero Resolutions
|
||||||
- 311-Check In Cover
|
- 311-Check In Cover
|
||||||
- 171-Basic Protection
|
- 171-Basic Protection
|
||||||
- 213-Waiver Pro
|
- 213-Waiver Pro
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue