Skip to content

Commit 9481fc9

Browse files
evanpurkhiservolokluev
authored andcommitted
ref(crons): Remove actually the last next_checkin (#49147)
1 parent f9a08ef commit 9481fc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sentry/monitors/endpoints/test_monitor_ingest_checkin_details.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def _create_monitor(self):
4444
slug="my-monitor",
4545
organization_id=self.organization.id,
4646
project_id=self.project.id,
47-
next_checkin=timezone.now() - timedelta(minutes=1),
4847
type=MonitorType.CRON_JOB,
4948
config={"schedule": "* * * * *"},
5049
date_added=timezone.now() - timedelta(minutes=1),

0 commit comments

Comments
 (0)