Skip to content

Commit 9687adc

Browse files
committed
updating image url (we should probably consider sticking one on gh-pages that's just for this test)
1 parent cd39c04 commit 9687adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.integration-all-services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ describe('integration-all-services', function() {
559559

560560
it('getImageLinks() with html', function(done) {
561561
alchemy_vision.getImageLinks({
562-
html: '<div><img src="http://visual-recognition-demo.mybluemix.net/images/horses.jpg" /></div>'
562+
html: '<div><img src="https://visual-recognition-demo.mybluemix.net/images/samples/6.jpg" /></div>'
563563
}, failIfError.bind(failIfError, done));
564564
});
565565

0 commit comments

Comments
 (0)