We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d9235a + b231542 commit e93904aCopy full SHA for e93904a
test/system/image.js
@@ -86,13 +86,4 @@ describe('images api', () => {
86
expect(res.name).to.match(new RegExp(`^Collection ${uuidv4Regex}`, 'i'));
87
});
88
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
98
0 commit comments