jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
922 stars 287 forks source link

fix alertmanager genarate endsAt fields #1237

Closed eveningcafe closed 1 year ago

eveningcafe commented 1 year ago

Description

There are no func nowdatetime in module datetime.

Reproduce:

from datetime import datetime, timedelta, timezone
datetime.nowdatetime.now(timezone.utc)

Unit-test miss checking that because you mock on fixed date : image

Checklist

Questions or Comments