Skip to content

Commit

Permalink
Update tests/test_salesforce_switch_rep_method_incrmntl_ft.py
Browse files Browse the repository at this point in the history
Co-authored-by: bhtowles <[email protected]>
  • Loading branch information
JYOTHINARAYANSETTY and bhtowles authored Nov 14, 2023
1 parent eeed6f3 commit f2d7ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_salesforce_switch_rep_method_incrmntl_ft.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_run(self):
if record.get('action') == 'upsert']
incrmntl_primary_keys = {message[primary_key] for message in incrmntl_sync_messages}
fulltbl_sync_messages = [record['data'] for record in
fulltbl_sync_records.get(stream).get('messages')
fulltbl_sync_records.get(stream, {}).get('messages')
if record.get('action') == 'upsert']
filtered_fulltbl_sync_messages = [message for message in fulltbl_sync_messages
if message[replication_key] >= self.start_date]
Expand Down

0 comments on commit f2d7ac6

Please sign in to comment.