Skip to content

Commit 65bc1e5

Browse files
ELI-674 - fixed integration tests
1 parent 47f65ab commit 65bc1e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/in_process/test_eligibility_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ def test_if_multiple_active_iterations_with_same_iteration_datetime_for_the_same
15351535
err_msg = (
15361536
"Ambiguous result: '2' active iterations "
15371537
"for target RSV "
1538-
f"found for datetime '{previous_day} 00:00:00' "
1538+
f"found for datetime '{previous_day} 00:00:00+00:00' "
15391539
"across campaign(s) ['RSV_campaign_id_1', 'RSV_campaign_id_2']"
15401540
)
15411541
assert any(err_msg in message for message in caplog.messages), (

0 commit comments

Comments
 (0)