Skip to content

Commit b231542

Browse files
authored
Update tests
Removes deprecated functionality from testing
1 parent 9d9235a commit b231542

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/system/image.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,4 @@ describe('images api', () => {
8686
expect(res.name).to.match(new RegExp(`^Collection ${uuidv4Regex}`, 'i'));
8787
});
8888
});
89-
90-
it('should be able to get featured collections', () => {
91-
return imagesApi.getFeaturedImageCollectionList()
92-
.then(function(res) {
93-
expect(res).to.have.keys('data');
94-
expect(res.data).to.be.an('array');
95-
expect(res.data).to.not.be.empty;
96-
});
97-
});
9889
});

0 commit comments

Comments
 (0)