settings: fix tests
This commit is contained in:
parent
89c74aa6e4
commit
63423d92ed
2 changed files with 6 additions and 3 deletions
|
|
@ -13,7 +13,9 @@ describe('Network / Async', function() {
|
|||
|
||||
|
||||
var createN = function(pk) {
|
||||
var n = new Async();
|
||||
var n = new Async({
|
||||
url: 'http://insight.example.com:1234'
|
||||
});
|
||||
var fakeSocket = {};
|
||||
fakeSocket.emit = function() {};
|
||||
fakeSocket.on = function() {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue