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