Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jul 19, 2023
1 parent 83c5285 commit f45fcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f45fcda

Please sign in to comment.