Skip to content

Commit

Permalink
docs(alerts): Tweaks comment in send alert test
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Dec 10, 2024
1 parent 88fd880 commit 05d233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/alerts/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def test_send_search_alert_webhooks_rates(self):
):
# Monthly alerts cannot be run on the 29th, 30th or 31st.
with time_machine.travel(self.mock_date, tick=False):
# Send Solr Alerts (Except OA)
# Send Alerts (Except OA)
call_command("cl_send_alerts", rate=rate)
# Send ES Alerts (Only OA for now)
call_command("cl_send_scheduled_alerts", rate=rate)
Expand Down

0 comments on commit 05d233d

Please sign in to comment.