Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Feb 14, 2022
1 parent 6384f6b commit c085fc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_eumetsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ def test_data_tailor():

def test_datetime_check_native():
""" "Check that checking datetime works"""
RSS_ID = "EO:EUM:DAT:MSG:MSG15-RSS"
CLOUD_ID = "EO:EUM:DAT:MSG:RSS-CLM"

user_key = os.environ.get("EUMETSAT_USER_KEY")
user_secret = os.environ.get("EUMETSAT_USER_SECRET")
download_manager = eumetsat.DownloadManager(
user_key=user_key,
user_secret=user_secret,
Expand Down Expand Up @@ -75,6 +80,11 @@ def test_datetime_check_native():

def test_datetime_check_cloud_mask():
""" "Check that checking datetime works"""
RSS_ID = "EO:EUM:DAT:MSG:MSG15-RSS"
CLOUD_ID = "EO:EUM:DAT:MSG:RSS-CLM"

user_key = os.environ.get("EUMETSAT_USER_KEY")
user_secret = os.environ.get("EUMETSAT_USER_SECRET")
download_manager = eumetsat.DownloadManager(
user_key=user_key,
user_secret=user_secret,
Expand Down

1 comment on commit c085fc9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.






CML watermark

Please sign in to comment.