We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f65ab commit 65bc1e5Copy full SHA for 65bc1e5
1 file changed
tests/integration/in_process/test_eligibility_endpoint.py
@@ -1535,7 +1535,7 @@ def test_if_multiple_active_iterations_with_same_iteration_datetime_for_the_same
1535
err_msg = (
1536
"Ambiguous result: '2' active iterations "
1537
"for target RSV "
1538
- f"found for datetime '{previous_day} 00:00:00' "
+ f"found for datetime '{previous_day} 00:00:00+00:00' "
1539
"across campaign(s) ['RSV_campaign_id_1', 'RSV_campaign_id_2']"
1540
)
1541
assert any(err_msg in message for message in caplog.messages), (
0 commit comments