Skip to content

Commit

Permalink
updated the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Feb 29, 2024
1 parent dd36684 commit 3df46a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_all_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def test_run(self):
# https://jira.talendforge.org/browse/TDL-15985
# total_price_usd showing up in syncd records Sep 2023, still missing from docs
bad_schema_fields = {'order_adjustments'}
# missing data for 'taxExempt' and 'poNumber' in 'orders' stream
# https://jira.talendforge.org/browse/TDL-25173
missing_fields = {'taxExempt', 'poNumber'}
expected_all_keys = expected_all_keys - bad_schema_fields - missing_fields

Expand Down

0 comments on commit 3df46a3

Please sign in to comment.