Update test configuration files
Updated the REST API and MaxCtrl configuration files with new object names. Updated tests with new object names.
This commit is contained in:
@ -4,7 +4,7 @@ describe("Set/Clear Commands", function() {
|
||||
before(function() {
|
||||
return startMaxScale()
|
||||
.then(function() {
|
||||
return request.put(host + 'monitors/MySQL-Monitor/stop')
|
||||
return request.put(host + 'monitors/MariaDB-Monitor/stop')
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user