test(openweather): add openweather location seacrh test

This commit is contained in:
2026-06-26 16:27:36 +03:00
parent 5333690c47
commit 8b20eb1220
3 changed files with 6 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ OPENWEATHER_MOCK_SOURCE = MockSource(
Path(__file__).parent,
{
"forecast": "forecast.json",
"direct": "geo-direct.json",
},
)