MXS-1929: Update unit tests with monitor changes
The user is a mandatory parameter and needs to be passed when a monitor is created.
This commit is contained in:
@ -7,7 +7,7 @@ describe("Create/Destroy Commands", function() {
|
||||
before(startMaxScale)
|
||||
|
||||
it('create monitor', function() {
|
||||
return verifyCommand('create monitor my-monitor mysqlmon', 'monitors/my-monitor')
|
||||
return verifyCommand('create monitor my-monitor mysqlmon user=maxuser password=maxpwd', 'monitors/my-monitor')
|
||||
.should.be.fulfilled
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user