Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 22, 2020
1 parent a46adb3 commit 6f889c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/databasemock.js
Expand Up @@ -138,7 +138,7 @@ before(async function () {
nconf.set('socket.io:origins', '*:*');
nconf.set('version', packageInfo.version);
nconf.set('runJobs', false);
nconf.set('jobsDisabled', true);
nconf.set('jobsDisabled', false);

await meta.dependencies.check();

Expand Down

0 comments on commit 6f889c9

Please sign in to comment.