test(route) ci

This commit is contained in:
coderaiser 2021-03-01 18:04:42 +02:00
parent a71dca0e70
commit 33f2572979

View file

@ -411,7 +411,7 @@ test('cloudcmd: route: dropbox', async (t) => {
t.end();
});
test('cloudcmd: route: content type', async (t) => {
test('cloudcmd: route: content length', async (t) => {
const options = {
root: fixtureDir,
};
@ -422,7 +422,7 @@ test('cloudcmd: route: content type', async (t) => {
const result = headers.get('content-length');
t.equal(result, '78');
t.ok(result);
t.end();
});