diff --git a/samples/weather-forecast/src/api/useWeather.test.tsx b/samples/weather-forecast/src/api/useWeather.test.tsx index 27fea1c..3fa4b36 100644 --- a/samples/weather-forecast/src/api/useWeather.test.tsx +++ b/samples/weather-forecast/src/api/useWeather.test.tsx @@ -38,7 +38,7 @@ setLogger({ }); describe("useWeather", () => { - const endpoint = "https://api.openweathermap.org/data/2.5/onecall"; + const endpoint = "https://api.openweathermap.org/data/3.0/onecall"; afterEach(() => { queryClient.clear(); });