mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
test: server: coverage
This commit is contained in:
parent
d0e5fc0cbd
commit
235dc1b8db
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ test('cloudcmd: route: dropbox', async (t) => {
|
|||
const readdir = _getReadDir(config);
|
||||
const [e] = await tryToCatch(readdir, '/root');
|
||||
|
||||
t.ok(/token/.test(e.message), 'should contain word token in message');
|
||||
t.ok(/API/.test(e.message), 'should contain word token in message');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue