From 420f273dada01488373ee0532685c72447c8e49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:01:16 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests.toml b/tests.toml index 9f4f2e5..34bf05c 100644 --- a/tests.toml +++ b/tests.toml @@ -6,8 +6,8 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - ors_token = "test" - mapbox_token = "test" - #maxmind_user_id = "" - #maxmind_license_key = "" - user_agent = "FacilMap (https://facilmap.org/, webmaster@example.org)" \ No newline at end of file + args.ors_token = "test" + args.mapbox_token = "test" + args.maxmind_user_id = "" + args.maxmind_license_key = "" + args.user_agent = "FacilMap (https://facilmap.org/, webmaster@example.org)" \ No newline at end of file