From d796744eb19f5f73c1a48092fe65944831848157 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Thu, 6 Feb 2020 17:55:44 -0800 Subject: [PATCH] Correct linting issue. --- extensions/amp-script/0.1/test/unit/test-amp-script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/amp-script/0.1/test/unit/test-amp-script.js b/extensions/amp-script/0.1/test/unit/test-amp-script.js index 0e86d4f871f78..2b4bd98e1f8a1 100644 --- a/extensions/amp-script/0.1/test/unit/test-amp-script.js +++ b/extensions/amp-script/0.1/test/unit/test-amp-script.js @@ -79,7 +79,6 @@ describes.fakeWin('AmpScript', {amp: {runtimeOn: false}}, env => { return script.layoutCallback().should.be.rejected; }); - it('should work with "text/javascript" content-type for same-origin src', () => { env.sandbox.stub(env.ampdoc, 'getUrl').returns('https://foo.example/'); element.setAttribute('src', 'https://foo.example/foo.txt');