Skip to content

Commit

Permalink
Fixed Start Date test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu73 committed Apr 22, 2024
1 parent ea85c61 commit 813416b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_intercom_start_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ def test_run(self):
is greater than or equal to the start date
• verify by primary key values, that all records in the 1st sync are included in the 2nd sync.
"""
# Created card for untestable/unstable streams.
# FIX CARD: https://jira.talendforge.org/browse/TDL-17035
untestable_streams = {"segments", "companies","conversation_parts"}
# Streams for which we cannot generate data
untestable_streams = {"segments", "company_segments", "conversations", "companies", "conversation_parts", "contacts"}
expected_streams = self.expected_streams().difference(untestable_streams)

self.start_date_1 = self.get_properties().get('start_date')
Expand Down

0 comments on commit 813416b

Please sign in to comment.