diff --git a/test/test_thing.py b/test/test_thing.py index 0ea14ab..117e5f2 100644 --- a/test/test_thing.py +++ b/test/test_thing.py @@ -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):