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 = {
host: 'something.com',
port: 123,
schema: 'http'
url: 'http://something.com:123',
}
describe('Insight model', function() {