Skip to content

Commit

Permalink
Merge branch 'feature-tle-admin-messages' of https://github.com/pnuu/…
Browse files Browse the repository at this point in the history
…pyorbital into feature-tle-admin-messages
  • Loading branch information
pnuu committed May 21, 2021
2 parents 3debf10 + 774e3bb commit 89d6935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyorbital/tests/test_tlefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ def test_from_mmam_xml(self):
"fetch_plain_tle": {
"source_1": ["mocked_url_1", "mocked_url_2", "mocked_url_3"],
"source_2": ["mocked_url_4"]
}
}
}
FETCH_SPACETRACK_CONFIG = {
"fetch_spacetrack": {
"user": "username",
"password": "passw0rd"
}
}
}


class TestDownloader(unittest.TestCase):
Expand Down

0 comments on commit 89d6935

Please sign in to comment.