chore(config) lint

This commit is contained in:
coderaiser 2019-11-14 11:59:59 +02:00
parent 321d3ad306
commit 314f200477

View file

@ -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;