diff --git a/kowalski/alert_brokers/alert_broker.py b/kowalski/alert_brokers/alert_broker.py index 3b75138c..b3bb62d5 100644 --- a/kowalski/alert_brokers/alert_broker.py +++ b/kowalski/alert_brokers/alert_broker.py @@ -1891,7 +1891,7 @@ def alert_sentinel_skyportal(self, alert, prv_candidates, passed_filters): and compare_dicts( passed_filter["auto_followup"]["data"]["payload"], r["payload"], - ignore_keys=["priority", "start_date", "end_date"], + ignore_keys=["priority", "start_date", "end_date", "advanced"], ) is True ]