Change endpoint

This commit is contained in:
Esteban Ordano 2014-11-10 13:09:43 -03:00
commit b0afbe9fba
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ describe('insight storage plugin', function() {
storage.setItem(namespace, data, function(err) {
assert(!err);
assert(requestMock.post.firstCall.args[0].url.indexOf('register') !== -1);
assert(requestMock.post.firstCall.args[0].url.indexOf('save') !== -1);
return done();
});
});