Skip to content

Commit

Permalink
fix startdate test by changing the start date for second sync (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
JYOTHINARAYANSETTY authored Jul 14, 2023
1 parent 16f0621 commit c31df69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_hubspot_start_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_run(self):
expected_streams = self.expected_streams()
catalog_entries = [ce for ce in found_catalogs if ce['tap_stream_id'] in expected_streams]
self.select_all_streams_and_fields(conn_id, catalog_entries)

first_record_count_by_stream = self.run_and_verify_sync(conn_id)
first_sync_records = runner.get_records_from_target_output()

Expand Down Expand Up @@ -172,7 +171,7 @@ def get_properties(self, original=True):

else:
return {
'start_date' : '2022-02-25T00:00:00Z'
'start_date' : '2023-02-25T00:00:00Z'
}

def setUp(self):
Expand Down

0 comments on commit c31df69

Please sign in to comment.