Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/test_weather_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,8 @@ async def test_open_meteo_future_enrichment_rejects_non_object_hourly_payload()
)

air_quality, allergen = await provider._fetch_air_quality_and_allergen(
39.9,
116.3,
1,
2,
forecast_date=pendulum.date(2026, 7, 15),
)

Expand Down Expand Up @@ -682,8 +682,8 @@ async def test_open_meteo_current_enrichment_rejects_non_object_payload(

with caplog.at_level("WARNING", logger="weather_briefing.weather_context"):
air_quality, allergen = await provider._fetch_air_quality_and_allergen(
39.9,
116.3,
1,
2,
Comment thread
qodo-code-review[bot] marked this conversation as resolved.
forecast_date=None,
)

Expand Down