Skip to content

Commit 04d7428

Browse files
authored
Add 'parent' link check in collections test
Add test to check for 'parent' link in collections response
1 parent 8628ca9 commit 04d7428

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/__tests__/api.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ describe('STAC API Core Endpoints', () => {
8686
const rels = response.body.links.map(l => l.rel);
8787
expect(rels).toContain('self');
8888
expect(rels).toContain('root');
89+
expect(rels).toContain('parent');
8990
});
9091
});
9192

0 commit comments

Comments
 (0)