From f8ec6a5a5330a7fea2a6e4755508ae40229bf75d Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Mar 2023 23:25:50 +0100 Subject: [PATCH] fix tests --- manifest.toml | 1 + tests.toml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a1a527b..77bafad 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,6 +46,7 @@ ram.runtime = "50M" help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing" type = "select" choices = ["", "darksky", "visualcrossing"] + default = visualcrossing optional = true [install.weather_key] diff --git a/tests.toml b/tests.toml index dd6bf9a..9fee290 100644 --- a/tests.toml +++ b/tests.toml @@ -12,8 +12,7 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - args.weather_provider = "visualcrossing" - + # ------------------------------- # Commits to test upgrade from # -------------------------------