settings: fix tests 1

This commit is contained in:
Manuel Araoz 2014-09-10 13:46:20 -07:00
commit 91033f3fcb

View file

@ -40,9 +40,7 @@ var UNSPENT = [{
}]; }];
var FAKE_OPTS = { var FAKE_OPTS = {
host: 'something.com', url: 'http://something.com:123',
port: 123,
schema: 'http'
} }
describe('Insight model', function() { describe('Insight model', function() {