From 30cce14204f3f38e897a7f06f20be7fa5c0f7a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 5 Nov 2021 20:21:19 -0400 Subject: [PATCH] test: fix tpl test --- test/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins.js b/test/plugins.js index 04465896f8..1b9864a920 100644 --- a/test/plugins.js +++ b/test/plugins.js @@ -303,7 +303,7 @@ describe('Plugins', () => { }); it('should get resource', (done) => { - const url = `${nconf.get('url')}/plugins/nodebb-plugin-dbsearch/dbsearch/templates/admin/plugins/dbsearch.tpl`; + const url = `${nconf.get('url')}/assets/templates/admin/plugins/dbsearch.tpl`; request.get(url, (err, res, body) => { assert.ifError(err); assert.equal(res.statusCode, 200);