system: add tests for fs usage route
This commit is contained in:
@@ -22,7 +22,7 @@ describe('docker', function () {
|
||||
after(cleanup);
|
||||
|
||||
it('can df', async function () {
|
||||
const output = await docker.df();
|
||||
const output = await docker.df({});
|
||||
expect(output).to.be.ok();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user