mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
remove plugin.hook check
This commit is contained in:
@@ -1505,13 +1505,6 @@ describe('Topic\'s', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('should error if no search plugin', function (done) {
|
||||
socketTopics.search({ uid: adminUid }, { tid: topic.tid, term: 'test' }, function (err) {
|
||||
assert.equal(err.message, '[[error:no-plugins-available]]');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
it('should return results', function (done) {
|
||||
var plugins = require('../src/plugins');
|
||||
plugins.registerHook('myTestPlugin', {
|
||||
|
||||
Reference in New Issue
Block a user