From 80c7fd7304ce1b3681d481b37d3e9578a5a26f31 Mon Sep 17 00:00:00 2001 From: Keanen Date: Sat, 22 Jun 2024 14:59:35 -0600 Subject: [PATCH] Update the GridPointForecast response to reflect recent API changes so tests pass. --- .../WebClients/CurrentConditionsValidWebClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NationalWeatherService/NWS.WeatherDataService.Tests/WebClients/CurrentConditionsValidWebClient.cs b/NationalWeatherService/NWS.WeatherDataService.Tests/WebClients/CurrentConditionsValidWebClient.cs index 310c6ed..23cde27 100644 --- a/NationalWeatherService/NWS.WeatherDataService.Tests/WebClients/CurrentConditionsValidWebClient.cs +++ b/NationalWeatherService/NWS.WeatherDataService.Tests/WebClients/CurrentConditionsValidWebClient.cs @@ -90,7 +90,7 @@ string GridPointForecast ] }, ""properties"": { - ""updated"": ""2019-02-20T20:10:37+00:00"", + ""updateTime"": ""2019-02-20T20:10:37+00:00"", ""units"": ""us"", ""forecastGenerator"": ""BaselineForecastGenerator"", ""generatedAt"": ""2019-02-20T20:20:41+00:00"",