Skip to content

Commit e93904a

Browse files
authored
Merge pull request #35 from shutterstock/featured-collections-tests-update
Remove featured collections tests
2 parents 9d9235a + b231542 commit e93904a

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)