diff --git a/src/sidebar/test/service-url-test.js b/src/sidebar/test/service-url-test.js index 16dccbeecaa..6de8c83a8e4 100644 --- a/src/sidebar/test/service-url-test.js +++ b/src/sidebar/test/service-url-test.js @@ -75,16 +75,6 @@ describe('links', function () { }); }); - context('if the API request fails', function() { - it('just keeps returning empty strings for URLs', function() { - var linksPromise = Promise.reject(new Error('Oops')); - - var serviceUrl = createServiceUrl(linksPromise).serviceUrl; - - assert.equal(serviceUrl('second_link'), ''); - }); - }); - context('after the API response has been received', function() { var annotationUI; var linksPromise;