Skip to content

Commit

Permalink
removed few keys from actual keys to check as data is not available f…
Browse files Browse the repository at this point in the history
…or them
  • Loading branch information
rdeshmukh15 committed Feb 29, 2024
1 parent 617b308 commit 0ab9a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_run(self):
# Documentation: https://shopify.dev/api/admin-rest/2021-10/resources/order#resource_object
# 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'}
bad_schema_fields = {'order_adjustments', 'taxExempt', 'poNumber'}
expected_all_keys = expected_all_keys - bad_schema_fields

self.assertSetEqual(expected_all_keys, actual_all_keys)

0 comments on commit 0ab9a08

Please sign in to comment.