diff --git a/test/server/terminal.js b/test/server/terminal.js index 3181524c..f6f3cfa7 100644 --- a/test/server/terminal.js +++ b/test/server/terminal.js @@ -56,9 +56,6 @@ test('cloudcmd: terminal: enabled', (t) => { const terminal = require(terminalPath); terminal(arg); - clean(configPath); - require(configPath); - t.ok(term.calledWith(arg), 'should call terminal'); t.end(); }); @@ -79,9 +76,6 @@ test('cloudcmd: terminal: enabled: no string', (t) => { console.log = log; - clean(configPath); - require(configPath); - t.end(); });