Skip to content

Commit afa0a23

Browse files
authored
Merge pull request #36 from shutterstock/add-url-response-key-to-tests
Update image test to include url in responses
2 parents ec6d3a3 + 403a9a5 commit afa0a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/system/image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ describe('images api', () => {
5656
'is_illustration',
5757
'keywords',
5858
'model_releases',
59+
'url',
5960
);
6061
expect(res.description).to.deep.equal('Happy New Year 2019. Chinese New Year. ' +
6162
'The year of the pig. Translation: Greetings from the golden pig.');

0 commit comments

Comments
 (0)