Skip to content

Commit

Permalink
Revert "fix: bypass nbbpm for now"
Browse files Browse the repository at this point in the history
This reverts commit 33c1bd5.
  • Loading branch information
julianlam committed Sep 8, 2020
1 parent 61a8c6f commit 885e0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ describe('Plugins', function () {
});

describe('install/activate/uninstall', function () {
var latest = '2.0.4';
var latest;
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 885e0eb

Please sign in to comment.