Skip to content

Commit

Permalink
fix url test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Sep 1, 2017
1 parent 32b41b1 commit 6667cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_opus_api.py
Expand Up @@ -22,7 +22,7 @@ def test_query(opus_naked):


def test_query_results(opus):
baseurl = 'http://pds-rings.seti.org/volumes/COISS_2xxx/COISS_2069/data/'
baseurl = 'https://pds-rings.seti.org/volumes/COISS_2xxx/COISS_2069/data/'
res = baseurl + '1695427520_1695761375/N1695760475_1.LBL'
assert opus.obsids[0].raw.label_url == res

Expand Down

0 comments on commit 6667cbf

Please sign in to comment.