Skip to content

Commit

Permalink
[#190] fix one more id_value to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marisahoenig committed Oct 27, 2020
1 parent 545f61a commit 743a9e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_should_delete_notification_and_recipient_identifiers_when_bulk_deleting
for i in range(1, 11):
past_date = '2016-0{0}-{1:02d} {1:02d}:00:00.000000'.format(month, i)
with freeze_time(past_date):
recipient_identifier = {"id_type": VA_PROFILE_ID, "value": "foo"}
recipient_identifier = {"id_type": VA_PROFILE_ID, "id_value": "foo"}
persist_notification(
template_id=sample_job.template.id,
template_version=sample_job.template.version,
Expand Down

0 comments on commit 743a9e2

Please sign in to comment.