Skip to content

Commit

Permalink
chore(config) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 14, 2019
1 parent 321d3ad commit 314f200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ test('cloudcmd: rest: config: patch', async (t) => {
config,
};

const json = {
const body = {
auth: false,
};

const res = await request.patch('/api/v1/config', {
options,
body: json,
body,
});

const result = res.body;
Expand Down

0 comments on commit 314f200

Please sign in to comment.