mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(config) lint
This commit is contained in:
parent
321d3ad306
commit
314f200477
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue