Skip to content

Commit

Permalink
fix failing test based on landsat catalog id which changed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Dec 19, 2018
1 parent 00a6c48 commit c5c740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_thing.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_open(self):

def test_open_remote(self):
thing = Thing.open('https://landsat-stac.s3.amazonaws.com/catalog.json')
assert(thing.id == 'landsat')
assert(thing.id == 'landsat-stac')
assert(len(thing.data['links']) == 3)

def test_open_missing_remote(self):
Expand Down

0 comments on commit c5c740d

Please sign in to comment.