From 52718ce0ba5b9ffafa4b5a48a2dd00bf064f5a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 29 Jul 2020 09:14:23 -0400 Subject: [PATCH] fix: remove old test --- test/controllers.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/controllers.js b/test/controllers.js index 49a05d4703..b5ad6db6df 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -551,15 +551,6 @@ describe('Controllers', function () { }); }); - it('should load stylesheet.css', function (done) { - request(nconf.get('url') + '/assets/stylesheet.css', function (err, res, body) { - assert.ifError(err); - assert.equal(res.statusCode, 200); - assert(body); - done(); - }); - }); - it('should load client.css', function (done) { request(nconf.get('url') + '/assets/client.css', function (err, res, body) { assert.ifError(err);