diff --git a/tests/sentry/workflow_engine/migration_helpers/test_migrate_alert_rule.py b/tests/sentry/workflow_engine/migration_helpers/test_migrate_alert_rule.py index a6828a1235e819..2cf9b058e1b704 100644 --- a/tests/sentry/workflow_engine/migration_helpers/test_migrate_alert_rule.py +++ b/tests/sentry/workflow_engine/migration_helpers/test_migrate_alert_rule.py @@ -165,7 +165,9 @@ def assert_alert_rule_trigger_migrated(alert_rule_trigger): ).exists() -def build_sentry_app_compare_blob(sentry_app_config: list[dict[str, str]]) -> list[dict[str, str]]: +def build_sentry_app_compare_blob( + sentry_app_config: list[dict[str, str]] +) -> list[dict[str, str | None]]: """ Add the label to the config """