Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 9, 2021
1 parent 0e67ab0 commit f4f61b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ describe('Admin Controllers', () => {
assert.strictEqual(body.users.length, 0);
done();
});
})
});

it('should load /admin/manage/registration', (done) => {
request(`${nconf.get('url')}/api/admin/manage/registration`, { jar: jar, json: true }, (err, res, body) => {
Expand Down

0 comments on commit f4f61b9

Please sign in to comment.