Improve MaxCtrl test coverage
A few missing cases that simple to solve were reported by the coverage tool.
This commit is contained in:
@ -20,5 +20,10 @@ describe("Module Commands", function() {
|
||||
.should.be.rejected
|
||||
})
|
||||
|
||||
it('call unknown command', function() {
|
||||
return doCommand('call command mariadbmon log')
|
||||
.should.be.rejected
|
||||
})
|
||||
|
||||
after(stopMaxScale)
|
||||
});
|
||||
|
Reference in New Issue
Block a user