From 403a9a57e9fb61b3ee3891de328902552b876fbd Mon Sep 17 00:00:00 2001 From: cdifulvio Date: Thu, 9 Oct 2025 09:51:23 -0400 Subject: [PATCH] Update image test to include url in responses New url parameter for showing the shutterstock.com url was added, and tests needed to be updated. --- test/system/image.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system/image.js b/test/system/image.js index 1bbbd47..3f613a2 100644 --- a/test/system/image.js +++ b/test/system/image.js @@ -56,6 +56,7 @@ describe('images api', () => { 'is_illustration', 'keywords', 'model_releases', + 'url', ); expect(res.description).to.deep.equal('Happy New Year 2019. Chinese New Year. ' + 'The year of the pig. Translation: Greetings from the golden pig.');