diff --git a/maxctrl/test/createdestroy.js b/maxctrl/test/createdestroy.js index 412326449..bcc25d047 100644 --- a/maxctrl/test/createdestroy.js +++ b/maxctrl/test/createdestroy.js @@ -180,11 +180,7 @@ describe("Create/Destroy Commands", function() { 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', 'services/test-service')) - .then(() => request.get(host + 'services/test-service', {json: true})) - .then((res) => { - console.log(res) - return true - }) + .should.be.fulfilled }) it('create filter', function() {