Skip to content

Commit

Permalink
fix: bypass nbbpm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 7, 2020
1 parent 46ab271 commit 33c1bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plugins.js
Expand Up @@ -193,13 +193,13 @@ describe('Plugins', function () {
});

describe('install/activate/uninstall', function () {
var latest;
var latest = '2.0.4';
var pluginName = 'nodebb-plugin-imgur';
it('should install a plugin', function (done) {
this.timeout(0);
plugins.toggleInstall(pluginName, '1.0.16', function (err, pluginData) {
assert.ifError(err);
latest = pluginData.latest;
// latest = pluginData.latest;

assert.equal(pluginData.name, pluginName);
assert.equal(pluginData.id, pluginName);
Expand Down

0 comments on commit 33c1bd5

Please sign in to comment.