diff --git a/integration_tests/tests/test_freshness_anomalies.py b/integration_tests/tests/test_freshness_anomalies.py index 35df98eb5..ba7f12a80 100644 --- a/integration_tests/tests/test_freshness_anomalies.py +++ b/integration_tests/tests/test_freshness_anomalies.py @@ -65,7 +65,7 @@ def _get_test_config(self, config: FreshnessAnomaliesConfig) -> dict: days_back=config.days_back, backfill_days=config.backfill_days, time_bucket=dict(period=config.period, count=1), - detection_delay=dict(period='hour', count=config.detection_delay_hours), + detection_delay=dict(period="hour", count=config.detection_delay_hours), ) def _skip_redshift_monthly(