diff --git a/CHANGELOG.md b/CHANGELOG.md index f49e8001..42f73049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ _This release is scheduled to be released on 2021-04-01._ - Fix calendar start function logging inconsistency. - Fix updatenotification start function logging inconsistency. - Checks and applies the showDescription setting for the newsfeed module again +- Fix tests in weather module and add one for decimalPoint in forecast ## [2.15.0] - 2021-04-01 diff --git a/tests/configs/modules/weather/forecastweather_units.js b/tests/configs/modules/weather/forecastweather_units.js index c22335f4..9d1a54ff 100644 --- a/tests/configs/modules/weather/forecastweather_units.js +++ b/tests/configs/modules/weather/forecastweather_units.js @@ -1,10 +1,8 @@ /* Magic Mirror Test config default weather * - * By fewieden https://github.com/fewieden - * + * By rejas * MIT Licensed. */ - let config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],