From f45fcda4742f27d13309e52f5c0d8888d3f4e2a2 Mon Sep 17 00:00:00 2001 From: Mateo Date: Wed, 19 Jul 2023 09:36:21 +0200 Subject: [PATCH] test --- tests/test_engine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_engine.py b/tests/test_engine.py index fefff362..387263fb 100644 --- a/tests/test_engine.py +++ b/tests/test_engine.py @@ -68,6 +68,7 @@ def test_engine_online(tmpdir_factory, mock_wildfire_stream, mock_wildfire_image api_url = os.environ.get("API_URL") lat = os.environ.get("LAT") lon = os.environ.get("LON") + print(api_url, os.environ.get("API_LOGIN"), os.environ.get("API_PWD")[-3:]) cam_creds = {"dummy_cam": {"login": os.environ.get("API_LOGIN"), "password": os.environ.get("API_PWD")}} # Skip the API-related tests if the URL is not specified if isinstance(api_url, str):