Remove printing to console in test
The test case, for whatever reason, printed data to the console.
This commit is contained in:
@ -180,11 +180,7 @@ describe("Create/Destroy Commands", function() {
|
|||||||
return doCommand('create server test-server 127.0.0.1 3306')
|
return doCommand('create server test-server 127.0.0.1 3306')
|
||||||
.then(() => verifyCommand('create service test-service readwritesplit user=maxuser password=maxpwd --servers test-server',
|
.then(() => verifyCommand('create service test-service readwritesplit user=maxuser password=maxpwd --servers test-server',
|
||||||
'services/test-service'))
|
'services/test-service'))
|
||||||
.then(() => request.get(host + 'services/test-service', {json: true}))
|
.should.be.fulfilled
|
||||||
.then((res) => {
|
|
||||||
console.log(res)
|
|
||||||
return true
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('create filter', function() {
|
it('create filter', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user