Skip to content

Commit

Permalink
Update another assertion that depends on updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhtowles committed Sep 18, 2023
1 parent 4c718c1 commit f89a125
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_bookmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,14 @@ def test_run(self):
self.assertIsNotNone(sync_records_payment_method[0])
else:
for updated_record in updated_records[stream]:
if stream == 'invoice_items':
is_done = base.JIRA_CLIENT.get_status_category("TDL-24065") == 'done'
assert_message = ("JIRA ticket has moved to done, remove the "
"if stream != 'invoice_items' line above.")
assert is_done == False, assert_message

continue

expected_updated_key = 'metadata'
expected_updated_value_substring = 'bob'
updated_pk_value = updated_record.get('id')
Expand Down

0 comments on commit f89a125

Please sign in to comment.